A

Admin • 802.91K Points
Coach

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.
  • Correct Answer - Option(D)
  • Views: 4
  • Filed under category MySQL
  • Hashtags:

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

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.