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
Is sql a dbms?
What is the use of & in pl sql?
What is varchar example?
Can I learn sql in a week?
What is left join in sql?
what is query cache in mysql? : Sql dba
Does truncate table reset auto increment?
Explain select statements in sql?
how can we find the number of rows in a table using mysql? : Sql dba
Why is theta join required?
What are the packages in pl sql?
What is sql profiling in oracle?
What are sql indexes?
Are dml statements autocommit?
What is Difference Between Unique and Primary Key Constraints?