Question Details

Detailed explanation and options for the selected question.

Which SQL statement is used to create a new database?

A. CREATE DATABASE
B. CREATE TABLE
C. INIT DATABASE
D. NEW DATABASE

Explanation:

CREATE DATABASE creates a new database. CREATE TABLE is for creating tables, and the other commands are invalid.