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 |
why pl sql doesn't support retrieving multiple records
How to view the tablespaces in the current database?
What is the relation of a user account and a schema in oracle?
Explain what are clusters?
How to start instance with a minimal initialization parameter file?
What is tablespace in oracle? how can we create? how is it manage? . . . Thnx 2 All in Advnc....:)
What is trigger associated with the timer ?
Explain coalesce function?
how to join query for one source type is oracle another source type is sql server ?
Difference between join and a subquery?
8 Answers Base Automation, NMDC,
what is meant by magic query
How do I limit the number of rows returned by an oracle query after ordering?