What does the CREATE DATABASE Statement do?

11. What does the CREATE DATABASE Statement do?

  1. Columns in the SQL database can be created, deleted, or modified with this SQL statement.
  2. The table, its structure, views, permissions, and triggers will also be deleted or removed with this SQL statement.
  3. In the database management system, this SQL statement deletes the existing database, together with all the database tables and views.
  4. 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.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.