What is referential integrity? What are the advantages of it?
Answer Posted / daynik
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 ? | 11 Yes | 5 No |
Post New Answer View All Answers
Explain full-text query in sql server?
What are the advantages of paper records?
What is a sql join?
How do you delete a trigger?
How many types of triggers in sql server?
How to enable/disable indexes?
How can a user-defined datatype be created?
Is it possible to replicate data from sql server to oracle? : sql server replication
What is the difference between stored procedure and functions?
In which tcp/ip port does sql server run? Can it be changed?
What is use of @@ spid in sql server?
explain what are the steps you will take, if you are tasked with securing an sql server? : Sql server database administration
What is PROJECTION Operation?
When cursors are useful?
What is check constraint in sql server?