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
What is the difference between rollback and rollback to statements?
Which is better trigger or stored procedure?
Can we rename a column in the output of sql query?
What is delimiter sql?
How do you create an update query?
What is sqlexception in java?
Can a foreign key be a duplicate?
What is the purpose of using pl/sql?
Explain what is dbms?
How can you tell the difference between an index and a view?
Do foreign keys improve performance?
What are the types of index in sql?
What does varchar include?
what is sql? : Sql dba
What is full join?