In databases, after creating a number of tables, one could usually set
relationships (or some call it relations) between these tables, by tying
some reference number in one table with the id (or index) in another table
for example, or just making any other kinds of relationships between tables
for any other reason.

I used to do relationships between tables when I used Microsoft Access. My
question is: Does MySQL enable you to create relationships between tables
after you create the tables? If so, how (what are the commands from the
command prompt?)

--

Ashraf Al Shafaki
ICQ me at 144936414



-- 
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to