ugrás a tartalomhoz

Kapcsolatok létrehozása mySQL-ben

Anonymous · 2006. Dec. 5. (K), 18.12
Nem régen kezdtem el foglalkozni a mySQL-el és azt szeretném kérdezni, hogy táblák között hogy tudok létre hozzni kapcsolatokat? Accessben könnyű. Csak megjelenítem a táblákat és néhány klikk. De mySQL nem nagyon találtam ilyesmit.
 
1

FOREIGN KEY

jbtibor · 2006. Dec. 5. (K), 19.54
http://dev.mysql.com/doc/refman/5.0/en/ansi-diff-foreign-keys.html
http://dev.mysql.com/doc/refman/5.0/en/example-foreign-keys.html
http://www.databasejournal.com/features/mysql/article.php/2248101

De csak InnoDB-ben működik, MyISAM-ban figyelmen kívül hagyja:
For storage engines other than InnoDB, MySQL Server parses the FOREIGN KEY syntax in CREATE TABLE statements, but does not use or store it. In the future, the implementation will be extended to store this information in the table specification file so that it may be retrieved by mysqldump and ODBC. At a later stage, foreign key constraints will be implemented for MyISAM tables as well.