adspace
Answer Posted / Kundan Kumar Vats
A foreign key is a field or set of fields in one table that refers to the primary key of another table. It establishes a link, or relationship, between two tables, enabling data from both tables to be related. A foreign key helps maintain data integrity by ensuring referential consistency, preventing orphaned records and other errors.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is your daily office routine?
how to escape special characters in sql statements? : Sql dba
what is schema? : Sql dba
What is the best sql course?
how to use regular expression in pattern match conditions? : Sql dba
How do I remove duplicates in two columns?
how to start mysql server? : Sql dba
Is inner join faster than left join?
what are aggregate and scalar functions? : Sql dba
what are all the common sql function? : Sql dba
If a cursor is open, how can we find in a pl/sql block?
Does group by remove duplicates?
Can we rollback truncate?
What is the current version of postgresql?
what is bcp? When does it used? : Sql dba