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
What do you understand by mysql terminal?
How can I see all mysql databases?
What is unsigned int in mysql?
What is view in mysql?
How to convert character strings to dates?
How can you calculate the sum of any column of a table?
Give string types available for column?
How do I uninstall mysql connector?
What does blob mean in mysql?
What is the use of concat() in mysql?
What does mysql workbench do?
What is the difference between timestamp and datetime in mysql?
How to set the time zone for MySQL to particular country time?
Explain triggers and stored procedures?
Write a program using the select statement, while loop.