What is referential integrity ?
Answers were Sorted based on User's Feedback
Answer / rajesh
To establish a parent child relationship between two tables
and to prevent invalid data entry into the table , we make
set of rules on a column is called Referential integrity.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / mallikarjuna.anumala
A rule defined on a column (or set of columns) in one table
that allows the insert or update of a row only if the value
for the column or set of columns (the dependent value)
matches a value in a column of a related table (the
referenced value). It also specifies the type of data
manipulation allowed on referenced data and the action to
be performed on dependent data as a result of any action on
referenced data.
Is This Answer Correct ? | 3 Yes | 0 No |
A rule defined on a column (or set of columns) in one table
that allows the insert or update of a row only if the value
for the column or set of columns (the dependent value)
matches a value in a column of a related table (the
referenced value). It also specifies the type of data
manipulation allowed on referenced data and the action to
be performed on dependent data as a result of any action on
referenced data.
Is This Answer Correct ? | 1 Yes | 0 No |
What are tables and fields in the database?
What are stuff and replace function?
what is “go” in t-sql? : Transact sql
What is difference between triggers and stored procedures. And advantages of SP over triggers ?
What are the default Oracle triggers??
Which are the different types of indexes in sql?
Can triggers stop a dml statement from executing on a table?
What is the difference between count 1 and count (*) in a sql query?
How can the performance of a trigger be improved?
how to get the third quarter of employee details from emp?
Are there any features that are decommissioned in 11g that are not present in 11g?
Which is faster joins or subqueries?