Home »
MCQs »
SQL MCQs »
SQL Basics (Set 2) MCQs
What does the CREATE DATABASE Statement do?
11. What does the CREATE DATABASE Statement do?
- Columns in the SQL database can be created, deleted, or modified with this SQL statement.
- The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
- In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
- A new database will be created through this SQL statement.
Answer: D) A new database will be created through this SQL statement
Explanation:
A new database will be created through CREATE DATABASE SQL statement.