Neoview SQL Reference Manual (R2.2)
Schemas
The ANSI SQL:1999 schema name is an SQL identifier that is unique for a given ANSI catalog
name. Neoview SQL automatically qualifies a schema name with the current default catalog
name, which is always Neo.
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 163).
Schemas 247