It is designed or used for the purpose to create database in SQL statement.
Let's check the example to create a database in SQL:
CREATE DATABASE database_name;Remember:
Always use the UNIQUE database name within the RDBMS..
CREATE DATABASE salaryDB;