+2 votes
in PL/SQL by
Explain what Is The Use Of Cascade Constraints?

1 Answer

0 votes
by
When this clause is used with the DROP command, a parent table can be dropped even when a child table exists.
...