Hey everyone,
Im new to using server side programming for webdevelopment, now I'm sure I'll be fine accessing and querying the database but i literally have no idea about how to set things up in terms of tables in a database.
So i intend to use for for a arbitrary number of tasks for a number of users, some settings for each user.
So I was thinking should I have a table of user's which contain a user ID, then use this to query a settings table and a tasks table?
I'm sorry if this sounds stupid but I'm sure you people would be able to point me in the right direction.
Many thanks
Im new to using server side programming for webdevelopment, now I'm sure I'll be fine accessing and querying the database but i literally have no idea about how to set things up in terms of tables in a database.
So i intend to use for for a arbitrary number of tasks for a number of users, some settings for each user.
So I was thinking should I have a table of user's which contain a user ID, then use this to query a settings table and a tasks table?
I'm sorry if this sounds stupid but I'm sure you people would be able to point me in the right direction.
Many thanks