📄️ RENAME DATABASE
Changes the name of a database.
📄️ CREATE DATABASE
Create a database.
📄️ DROP DATABASE
Drop a database.
📄️ USE DATABASE
Selects a database for the current session. This statement allows you to specify and switch to a different database. Once you set the current database using this command, it remains the same until the end of the session unless you choose to change it.