What is Foreign Key?
What is the main difference between primary key and Foreign
Key ?
How Foreign Key can be defined?
Is Foreign key is used to join two or more table?
Answer Posted / amol kharat
Sunil is absolutely right.
foreign key may be null but primary key is not null, foeign
key is the reference to other table.
Foreign key is a primary key of reference table.
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
How do I restore a mysql database dump file in linux?
What is dbms in mysql?
What are the difference between now and current_date in mysql?
What is procedure in mysql?
What is definer in mysql trigger?
Does mysql use tcp or udp?
What is slow query log in mysql?
Is there a free mysql?
How does mysql store binary data?
What is the difference between procedure and function in mysql?
How do I fix a crashed mysql database?
What is mysqli_num?
What is an index? How can an index be declared in mysql?
What is the difference between mysql and pdo?
What is horizontally scalable?