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 are the features and advantages of object-oriented programming? : Sql dba
What is a recursive stored procedure?
in oracle 10g sw after compiling procedure how to pass parameter values ,if we (v_empid out number)how to give empid after successful compilation program.This site exact suitable for 10g with respect to question & answer same format , im trying sql browser & sql command prompt using exec procedure name & respective parameters.
What is a record in a database?
How do I copy a table in sql?
what is bdb (berkeleydb)? : Sql dba
What are the types of variables use in pl sql?
What is thread join () in threading?
How do I start sql from command line?
What does cursor do in sql?
what is the difference between inner and outer join? Explain with example. : Sql dba
What is sql in java?
what is not null constraint? : Sql dba
What are pl/sql cursor exceptions?
What do you understand by pl/sql records?