Computer Science, asked by RohithRockz1920, 1 year ago

What is a foreign key ? How do you define foreign key in your table ?

Answers

Answered by shiva5071sachin
3

Answer:A foreign key is a column or group of columns in a relational database table that provides a link between data in two tables

Explanation:

It acts as a cross-reference between tables because it references the primary key of another table, thereby establishing a link between them.

Similar questions