|
What is a foreign key?
COBOL SQL Interview Questions
(Continued from previous question...)
What is a foreign key?
A foreign key is the key defined in one table to reference the primary key of a reference table. This foreign key must have the same structure as the reference table's primary key.
(Continued on next question...)
Other Interview Questions
|