SQL and PL/SQL Question:

What is the use of CASCADE CONSTRAINTS?

Tweet Share WhatsApp

Answer:

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

Download SQL and PL/SQL PDF Read All 45 SQL and PL/SQL Questions
Previous QuestionNext Question
BETWEEN ... AND operators in SQL.What is the SQL?