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 |
What is the relation of a user account and a schema in oracle?
What are operators in oracle?
Difference between sub query and nested query ?
19 Answers Keane India Ltd, TCS,
Explain oracle instance.
What is meant by recursive hints ?
i have a table with the columns below as Emp_ID Address_ID Address_Line City Country -------- --------- ----------- ------ --------- Q: Display the Emp_ID's those having more than one Address_ID
How do I escape a reserved word in oracle?
What is the order of defining local variables and sub procedures/functions?
how to select second mauximum value in a given table under salary column
How to convert a string to a date in oracle database?
What is the difference between RBBMS & DBMS?
I have a database backup file in .db (ext) form how to conver it into .dmp (ext.) for oracle database