πŸ“Š MySQL
Q. What does the CREATE DATABASE Statement do?
  • (A) Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  • (B) The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
  • (C) In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
  • (D) A new database will be created through this SQL statement.
πŸ’¬ Discuss
βœ… Correct Answer: (D) A new database will be created through this SQL statement.

Explanation: A new database will be created through CREATE DATABASE SQL statement

Explanation by: Tina Singh
A new database will be created through CREATE DATABASE SQL statement

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
185
Total Visits
πŸ“½οΈ
3 y ago
Published
πŸŽ–οΈ
Tina Singh
Publisher
πŸ“ˆ
82%
Success Rate