Computer Science, asked by mariamalik72, 4 months ago

Which key is a value in one table that must match the primary key of other table?​

Answers

Answered by anita9570391301
1

Answer:

Matter is anything that has mass and take up space please mark my answer as brainlist

Answered by AYUSH737737
2

foreign key

A foreign key is a column (or combination of columns) in a table whose values must match values of a column in some other table. FOREIGN KEY constraints enforce referential integrity, which essentially says that if column value A refers to column value B, then column value B must exist.

Similar questions