USE command
The USE command establishes a default schema for the session. All unqualified table names that are referenced in SQL statements and DDL statements default to this schema. The default schema is your User ID.
Syntax
Description
- schema-name
- This one-part name identifies a schema that exists. The default value is your User ID.
The USE command issues a warning to the client that indicates the current schema context for the session.
Usage
The USE statement is equivalent to the SET SCHEMA statement.
