Neoview SQL Reference Manual (R2.4 SP2)
Schemas
The ANSI SQL:1999 schema name is an SQL identifier that is unique for a given ANSI catalog
name. Neoview SQL automatically qualifies the schema name with the current default catalog
name.
The logical name of the form schema.object is an ANSI name. The part schema denotes the
ANSI-defined schema.
To be compliant with ANSI SQL:1999, Neoview SQL provides support for ANSI object names.
By using these names, you can develop ANSI-compliant applications that access all SQL objects.
You can access Neoview SQL objects with the name of the actual object. See “SET SCHEMA
Statement” (page 184).
Schemas 291