What is ON DELETE CASCADE?

Answers were Sorted based on User's Feedback



What is ON DELETE CASCADE?..

Answer / 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

What is ON DELETE CASCADE?..

Answer / vilas

Yes,its true and won't display any error while deleting the
master table.

Is This Answer Correct ?    5 Yes 1 No

What is ON DELETE CASCADE?..

Answer / ansupriya

If child record exists user cannot delete parent record.
Using on delete cascade on foreign constraint user can delete parent record .
Same time automatically it will delete the child record.

Is This Answer Correct ?    0 Yes 1 No

Post New Answer

More SQL PLSQL Interview Questions

what are the advantages of using stored procedures? : Sql dba

0 Answers  


What is faster join or subquery?

0 Answers  


explain commit and rollback in mysql : sql dba

0 Answers  


What is trigger in pl sql?

0 Answers  


How to display Row Number with Records in Oracle SQL Plus?

0 Answers   MCN Solutions,






What is oracle sql developer?

0 Answers  


What are the indexing methods?

0 Answers  


What is pl/sql language case sensitive?

0 Answers  


How many sql commands are there?

0 Answers  


What are the different schemas objects that can be created using pl/sql?

0 Answers  


Is sql a microsoft product?

0 Answers  


How much does sqlite cost?

0 Answers  


Categories