The SQL CREATE DATABASE statement is used by a developer to create a database.
Let's see the syntax of SQL CREATE DATABASE:
If you want to add tables in that database, you can use CREATE TABLE statement.
In MySQL, same command is used to create a database.
You don't need to create database in Oracle. In Oracle database, you can create tables directly.