what is the use of ondelete cascade?
Answers were Sorted based on User's Feedback
Answer / ajeet singh
"on delete cascade" is a deleting prodess in which,if we
delete any record from the table,then all records related
to this record are deleted which are exist in any other
related/foreign table.
| Is This Answer Correct ? | 6 Yes | 0 No |
Answer / deva
on delete cascade is used to delete the rows/constraints
which are in integrity/foreign key constraints.
| Is This Answer Correct ? | 6 Yes | 2 No |
Answer / nanne
On Delete cascade is used to when we delete the record from parent table then the related/derived record also deleted from child table.
Regards,
Nanne
| Is This Answer Correct ? | 1 Yes | 0 No |
what are the database links ?
What is RULE-based approach to optimization ?
Is oracle a language?
What is E-R diagram ?
2 Answers CGI, Keane India Ltd,
who is the father of oracle and send chodd rules
How to invoke the original export import utilities?
Can we create database in oracle using command line ?
You create a private database link and upon connection, fails with: ORA-2085: connects to . What is the problem? How would you go about resolving this error?
Query to retrieve record for a many to many relationship ?
what is mean by prmary key and foreign key and how can we diffrentiate that? Please answer me. Advance thanks.
what is difference between sql plus and sql*plus? (not sql and sql plus).
How to Truncate Table in Oracle