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
Can you have more than one key in a database?
What is the difference between nvl function, ifnull function, and isnull function?
How many joins can you have in sql?
What will you get by the cursor attribute sql%notfound?
Is sql difficult?
What is the difference between database trigger and stored procedure?
What is the difference between a database and a relational database?
What is difference between pl and sql?
what is try_catch block in procedure
Is crud a cuss word?
What is a crud api?
what is datawarehouse? : Sql dba
What is sql lookup?
What does where 1/2 mean in sql?
Which join is like inner join?