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
Is left join inner or outer?
how many values can the set function of mysql take? : Sql dba
What is foreign key sql?
What is sql architecture?
Can we insert data in view?
How to revise and re-run the last sql command?
how to fetch alternate records from a table? : Sql dba
Which is faster count (*) or count 1?
What are analytic functions in sql?
Write the command to remove all players named sachin from the players table.
Can we join same table in sql?
Is truncate ddl or dml?
In pl/sql, what is bulk binding, and when/how would it help performance?
How many clustered indexes can you have?
What is partition by in sql?