USE Name Description Example Keywords Best Practice USE Name USE Description The USE command allows us to use the database grammar: USE <[ CATALOG_NAME ]. DATABASE_NA...
USE Synopsis Description Examples USE Synopsis USE catalog . schema USE schema Description Update the session to use the specified catalog and schema. If a catalog ...
USE Statement USE Statement USE db Lets you set the current database for the session. The current database is used for searching for tables if the database is not explicitly...