USE
Use a database or schema.
Syntax
USE db_name | schema_name
Remarks
db_name
is the name of a SingleStoreDB database.schema_name
is the name of a SingleStoreDB schema.This command must be run on the master aggregator or a child aggregator node (see Node Requirements for SingleStoreDB Commands ).
See the Permission Matrix for the required permission.
Example
USE test; Database changed