SQL and PL/SQL Question:
Download Questions PDF

What is the use of CASCADE CONSTRAINTS?

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 Interview Questions And Answers PDF

Previous QuestionNext Question
BETWEEN ... AND operators in SQL.What is the SQL?