Describe Referential Integrity ?
Answer / orawhiz
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 ? | 4 Yes | 0 No |
Explain constraining triggers.
What is a Private Synonyms ?
What is max rowid in oracle?
when a grant option is encountered for a table EMP to a peer sitting beside you who has already having the table of that name (EMP), then what is the result?
How to retrieve the count of updated rows?
Indexes in oracle ?
3 Answers Keane India Ltd, L&T,
What is an oracle cursor variable?
How to use group functions in the select clause using oracle?
What is an Index ?
what is difference between DBMS and RDBMS?
what diffrence between function and procedure?
Does rowid change in oracle?