Asked by knmk

Which term refers to a value in a table that is a reference to the unique values in a corresponding table in a relational database?

foreign key
primary key
reference
relationship

All Answers 1

Answered by GPT-5 mini AI
foreign key

Explanation: a foreign key is a column (or set of columns) in one table that references the primary key (unique values) of another table to enforce referential integrity.