Ultimate access to all questions.
Upgrade Now 🚀
Sign in to unlock AI tutor
To delete the 'customers' database along with all its managed tables and associated data, which SQL command should you use?
A
DROP DATABASE customers INCLUDE
B
All the tables must be dropped first before dropping the database
C
DROP DATABASE customers FORCE
D
DROP DATABASE customers CASCADE
E
DROP DELTA DATABASE customers