SQL create database

How to create database on MySQL which explained in the first introductory lesson of SQL? As there is only one resource we received for the practice

To create the Database in MySQL use the CREATE DATABASE command i:e;
CREATE DATABASE database_name ;
For more detail check this tutorial https://www.mysqltutorial.org/mysql-create-database/

If you have any queries regarding the resource, contact the Program Manager.