Hi,
I know this is probably a silly question but I'm trying to develop my first php/mysql website and have setup the database tables using phpmyadmin.
Do I need to create the relationships in mysql or do I do that when I write my queries and build that into the queries?
e.g I have a user table and a profiles table. Each user can have multiple profiles.
Thank you for your help.
I know this is probably a silly question but I'm trying to develop my first php/mysql website and have setup the database tables using phpmyadmin.
Do I need to create the relationships in mysql or do I do that when I write my queries and build that into the queries?
e.g I have a user table and a profiles table. Each user can have multiple profiles.
Thank you for your help.