InterviewSolution
Saved Bookmarks
| 1. |
A foreign key is a primary key in another table. |
|
Answer» True When a table’s primary key field is added to a related table in order to create the common field which relates two tables, it is called a foreign key in the related table. |
|