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
What is localdb mssqllocaldb?
What are sql functions? Describe in brief different types of sql functions?
How to use distinct and count in sql query? Explain
What are the types of records?
What is pl sql block structure?
Differences between Oracle 9i and 10g (Probably in terms of SQL and PL/SQL)?
What is query optimization in sql?
How do I count duplicates in sql?
Can we have two clustered index on a table?
What are the two different parts of the pl/sql packages?
What are the different types of sql commands?
What operators deal with null?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
How many joins can you have in sql?
What are the sql commands?