Answer Posted / manisha
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 ? | 3 Yes | 2 No |
Post New Answer View All Answers
What do database buffers contain?
How to define a procedure inside another procedure?
How to use subqueries in the from clause in oracle?
Select all the employees who were hired in last 2 years and who works in dept where max managers are working.
Explain the characteristics of oracle dba?
What is a read only transaction in oracle?
Can multiple columns be used in group by in oracle?
Where do you use decode and case statements?
What view(s) do you use to associate a users SQLPLUS session with his o/s process?
What's dateware house and what's clustor with practicle example
Can we write dml statement in function in oracle?
What is an external table?
how to join query for one source type is oracle another source type is sql server ?
How to synchronize 2 schema's objects?
How to run the anonymous block again?