Report Bug
Qus : In MySQL, what does the term 'Foreign Key' refer to?
QusMySQL में, 'फॉरेन की ' शब्द किसको संदर्भित करता है?

A. A key used for sorting the table
B. A unique identifier for a record in a table
C. A key used for encryption
D. A column or a set of columns in a table that refers to the primary key of another table


Solution
D. A column or a set of columns in a table that refers to the primary key of another table






Report Bug