Answer Posted / tulsi
The main use of ON DELETE CASCADE is to delete the child
records automatically from a table when the related records
from master table is deleted.
Assign the ON DELETE CASCADE clause while creating the
foreign key
Is This Answer Correct ? | 17 Yes | 0 No |
Post New Answer View All Answers
What is scope and visibility in PL/SQL?
How many types of normalization are there?
What are the advantages of sql? Explain
What is replication id?
Why do we use %rowtype & %type in plsql?
Explain the the update statement in sql?
how to drop an existing view in mysql? : Sql dba
Define overloaded procedure?
What is a crud api?
How do I edit a trigger in sql developer?
What are the datatypes available in pl/sql ?
Is sql a backend language?
Explain what is sql*plus?
Explain the commit statement.
what are the differences between require and include, include_once and require_once? : Sql dba