InterviewSolution
Saved Bookmarks
| 1. |
What is a Foreign key? What is its importance? |
|
Answer» It is a column of a table which is the primary key of another table in the same database. It is used to enforce referential integrity of the data. |
|