Hi,
Can some one tell my how do I define Foreign key in mysql when creating table eg:
create table blah (
first_filed char(1),
second_field char(1),
Prime key (first_field),
<============= how do I tell mysql that second key are Foreign key
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.