Answer Posted / pravin kadam
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 ? | 1 Yes | 0 No |
Post New Answer View All Answers
How to convert comma separated string to array in pl/sql?
What is sql stand for?
What is mutating table error?
Is record in oracle pl sql?
What is sql profiler in oracle?
which command using query analyzer will give you the version of sql server and operating system? : Sql dba
What jobs use sql?
Define overloaded procedure?
How consistent is the view of the data between and within multiple sessions, transactions or statements ?
What programs use sql?
Can a composite key be null?
What are the popular database management systems in the it industry?
What is the difference between sum and count in sql?
What is indexing oracle sql?
what is the difference between mysql_fetch_array and mysql_fetch_object? : Sql dba