ALTER DATABASE
ALTER DATABASE configures properties of the specified database.
CREATE DATABASE
CREATE DATABASE creates a new database in StarRocks.
DROP DATABASE
DROP DATABASE deletes a database from StarRocks.
SHOW CREATE DATABASE
Shows the SQL command used to create a database.
SHOW DATA
SHOW DATA displays the amount of data, number of copies, and statistical row count in a database or table.
SHOW DATABASES
SHOW DATABASES lists databases in the current StarRocks cluster or external data source.
USE
USE specifies the active database for your session.