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
Why do we use subquery?
What is sql exception?
Can you rollback after commit?
What is the use of sqldataadapter?
What is a full join?
what is oltp (online transaction processing)? : Sql dba
Are subqueries better than joins?
What is the difference between inner join and outer join?
what are the other commands to know the structure of table using mysql commands except explain command? : Sql dba
What is procedure and function?
List and explain the different types of join clauses supported in ansi-standard sql?
How do I add a primary key to a table?
How does cross join work?
How exception handling is done in advance pl/sql?
What is sql analyzer?