The CREATE DATABASE statement is used to create a database.
Now we want to create a database called "my_db".
We use the following CREATE DATABASE statement:
Database tables can be added with the CREATE TABLE statement.
Your Query was successfully sent!