Easy Tutorial
❮ Index Sql Unique ❯

SQL CREATE DATABASE Statement


SQL CREATE DATABASE Statement

The CREATE DATABASE statement is used to create a database.

SQL CREATE DATABASE Syntax


SQL CREATE DATABASE Example

The following SQL statement creates a database named "my_db":

Database tables can be added using the CREATE TABLE statement.

❮ Index Sql Unique ❯