📄️ ALTER DATABASE
ALTER DATABASE configures the properties of the specified database.
📄️ CREATE DATABASE
CREATE DATABASE is used to create databases.
📄️ DROP DATABASE
DROP DATABASE is used to delete a database in StarRocks.
📄️ SHOW CREATE DATABASE
Shows the SQL command used to create a database.
📄️ SHOW DATA
SHOW DATA is used to display the amount of data, the number of copies, and the number of statistical rows in a database or a database table.
📄️ SHOW DATABASES
SHOW DATABASES lists databases in your current StarRocks cluster or an external data source. StarRocks supports viewing databases of an external data source from v2.3 onwards.
📄️ USE
USE specifies the active database for your session. You can then perform operations, such as creating tables and executing queries.