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 auto increment?
How do I pipe the output of one isql to another?
what is union? : Sql dba
What is embedded sql what are its advantages?
What are inner outer left and right joins in sql?
What is the use of sqldataadapter?
Why we use sql profiler?
How do you update a sql procedure?
Can we join tables without foreign key?
how to select first 5 records from a table? : Sql dba
Can we insert in sql function?
What are basic techniques of indexing?
What is bitemporal narrowing?
What does count (*) mean?
What is view? Can we update view