Question Details

Detailed explanation and options for the selected question.

What is the result of using the CASCADE option with the DROP TABLE command?

A. It removes the table along with dependent objects
B. It preserves dependent objects
C. It temporarily disables the table
D. It renames the table

Explanation:

The CASCADE option removes a table and its dependent objects (e.g., foreign keys). It does not preserve objects, disable, or rename the table.