Home »
MCQs »
SQL MCQs »
SQL Database MCQs
SQL ___ can be used to delete or drop existing databases in a SQL schema
3. SQL ___ can be used to delete or drop existing databases in a SQL schema.
- CREATE DATABASE
- RENAME DATABASE
- DROP DATABASE
- SELECT DATABASE
Answer: C) DROP DATABASE
Explanation:
SQL DROP DATABASE can be used to delete or drop existing databases in a SQL schema.