CREATE DATABASE database_name; -- Example: a database for a small online shop CREATE DATABASE shop;
Click Run to execute this code.