The CREATE DATABASE
statement is used to create a new SQL database.
Syntax
CREATE DATABASE databasename;
Practice Excercise Practice now
The CREATE DATABASE
statement is used to create a new SQL database.
Practice Excercise Practice now