ποΈ 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.