Answer Posted / suriyaraj
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 ? | 7 Yes | 1 No |
Post New Answer View All Answers
Is sql port 1433 encrypted?
What are schema-level triggers?
What is trigger and how to use it in sql?
What is pragma in pl sql?
How to use sql statements in pl/sql?
How to run pl sql program in mysql?
How exception is different from error?
What is cross join sql?
What is the difference between cross join and natural join?
What is the life of an sql statement?
What is triggering circuit?
When can we use the where clause and the having clause?
What are the uses of merge?
What are the two types of exceptions in pl/sql?
Where are my tempfiles, I don't see them in v$datafile or dba_data_file?