Answer Posted / vasant
Referential integrity is a database concept that ensures
that relationships between tables remain consistent. When
one table has a foreign key to another table, the concept
of referential integrity states that you may not add a
record to the table that contains the foreign key unless
there is a corresponding record in the linked table. It
also includes the techniques known as cascading update and
cascading delete, which ensure that changes made to the
linked table are reflected in the primary table.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What does inner join mean?
When should I use nosql database?
What is your daily office routine?
What are the types of variables use in pl sql?
Is sql a programming?
What is sqlite format?
How is use pl and sql?
How can get second highest salary in sql?
How do I start sql from command line?
How do you modify a table in sql?
Is sql workbench free?
what are the differences between char and varchar? : Sql dba
What operators deal with null?
What is the purpose of normalization?
Can we use having without group by in sql?