USEDescriptionSyntaxExamplesUSEDescriptionThe USE statement tells MatrixOne to use the named database as the default (current) database for subsequent statements. Syntax> USE db_nameExamples> USE db1;> SELECT COUNT(*) FROM mytable;