Computer Science, asked by js034819, 8 months ago

define Foreign Key .
who will tell me first I will mark brainliest​

Answers

Answered by sidhant014
2

Answer:

A FOREIGN KEY is a key used to link two tables together. A FOREIGN KEY is a field (or collection of fields) in one table that refers to the PRIMARY KEY in another table. The table containing the foreign key is called the child table, and the table containing the candidate key is called the referenced or parent table.

please please mark me as brainliest please

Answered by sathvik1488
1

Answer:

a foreign key is a set of attributes subject to a certain kind of inclusion dependency constraints, specifically a constraint that the tuples consisting of the foreign key attributes in one relation, R, must also exist in some other (not necessarily distinct) relation, S, and furthermore that those attributes must also be a candidate key in S

Similar questions