DROP DATABASE database_name; -- Example: remove the shop database DROP DATABASE shop;
Click Run to execute this code.