USE# Sets the current virtual database for the session. Subsequent statements that use unqualified object names resolve them within this database. Syntax# USE database name Arguments# database nameThe virtual database to switch to. Examples# USE SalesDW;