Computer Science, asked by anchalv377, 11 months ago

You have multiple foreign keys in a table

Answers

Answered by Shwetasharma99736
1

Answer:

A table may have multiple foreign keys, and each foreign key can have a different parent table. Each foreign key is enforced independently by the database system. Therefore, cascading relationships between tables can be established using foreign keys.

please mark my answer as the brainliest.

please follow me.

please give thanks to my answer

Answered by shubhamkr5923
0

Answer:

  • A table may have multiple foreign keys, and each foreign key can have a different parent table. Each foreign key is enforced independently by the database system. Therefore, cascading relationships between tables can be established using foreign keys.
  • How many foreign keys can be there in a table?

253

A table can reference a maximum of 253 other tables and columns as foreign keys

  • How do I create a foreign key in the same table?

A foreign key is a column or a group of columns in one table that uniquely identifies a row of another table (or the same table in case of self-reference). To create a foreign key, you use the FOREIGN KEY constraint

 

By -- $K

Similar questions