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 is a blob datatype?
What is a csv table?
What command is used to delete the data from the table without deleting the table structure?
What is 'mysqlcheck'?
What does the file with the extension: frm, myd, and myi contain?
What are date and time functions in mysql?
How do I completely remove mysql from windows?
Can varchar be primary key?
What is database in php mysql?
How can you see all indexes defined for a table?
How to calculate the difference between two dates?
What is the current mysql version?
What is the maximum no of columns a table can have?
How to show all tables with 'mysql'?
What could be the reason that the mysql statement 'select avg (salary) from emp' generates an inaccurate output?