Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
A data engineer is tasked with dropping the 'retail' database, including all its tables, under the condition that all tables within the database are managed tables. Which command should the engineer use to achieve this?
A
DROP DATABASE retail RESTRICT
B
DROP DATABASE retail INCLUDE ALL
C
DROP DATABASE retail CASCADE
D
DROP DATABASE retail
E
DROP DATABASE retail FORCE