what is a foreign key ? : Sql dba



what is a foreign key ? : Sql dba..

Answer / Radhe Shyam

A foreign key is a column or set of columns in one table that refer to the primary key in another table. It is used to establish a relationship between two tables and enforce referential integrity, ensuring that data in the related tables remains consistent.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More SQL PLSQL Interview Questions

Explain scalar functions in sql?

1 Answers  


What is pl sql quora?

1 Answers  


Is sqlite good enough for production?

1 Answers  


What is the usage of distinct keyword?

1 Answers  


what is global variable in pl/sql

1 Answers  


What is the difference between execution of triggers and stored procedures?

1 Answers  


How the execution will be done in exceptions?

2 Answers  


What is the use of triggers?

1 Answers  


what eliminate duplicate without using roenum and not

5 Answers   Matrix,


What are commit, rollback, and savepoint?

1 Answers  


what is transaction? : Sql dba

1 Answers  


Can we rollback truncate?

0 Answers  


Categories