Answer Posted / pravin kadam
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 |
Post New Answer View All Answers
What is denormalization in a database?
Does google use sql?
What is the use of sqlerrd 3?
how can we transpose a table using sql (changing rows to column or vice-versa) ? : Sql dba
What is autocommit sql?
What is an exception in pl/sql?
How many types of privileges are available in sql?
what are the different type of normalization? : Sql dba
Explain how to use transactions efficiently : transact sql
Why functions are used in sql?
Do we need commit after truncate?
What is dcl in sql?
what is the difference between ereg_replace() and eregi_replace()? : Sql dba
What are the two virtual tables available at the time of database trigger execution?
how to include character strings in sql statements? : Sql dba