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
Is sql developer case sensitive?
What is left join example?
What are the qualities of 2nf?
How would you pass hints to the sql processor?
How do I find duplicates in the same column?
how do you know the version of your mysql server? : Sql dba
What is flag in sql?
What is the file extension for sql database?
How do I run a sql query?
What is %type in sql?
Can pl sql procedure have a return statement?
what is self-join? : Sql dba
How do you add a column to a table?
Is coalesce faster than isnull?
How do you create a unique index?