Answer Posted / 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 |
Post New Answer View All Answers
Why do we use joins?
How do sql databases work?
What are the dml statements?
how many sql ddl commands are supported by 'mysql'? : Sql dba
Does view contain data?
what is the difference between a local and a global temporary table? : Sql dba
How do I add a database to sql?
what is primary key? : Sql dba
What is audit logout in sql profiler?
What is dbo in sql?
What found sql?
What is a recursive join sql?
how do you know if your mysql server is alive? : Sql dba
What is the difference between rollback and rollback to statements?
What are the parts of a sql statement?