SQL Views

A new concept called SQL views was introduced in Clarify 11.5, which allows an administrator to define the actual SQL for a view, as opposed to the schema tool dynamically building the SQL.

SQL views allow for:

For example, the baseline view wipelm_all (view #: 5748) is a SQL view in order to take advantage of the UNION syntax.

Dovetail SchemaEditor supports these SQL views, both in Schema Script and in Data Dictionary files.

Note that a SQL view's definition in XML (Data Dictionary or Schema Script) resembles a table more than a view.

See Also

Tips & Tricks

Valid Ranges for Table and View id

Identifier lengths on Oracle databases

Database specific SchemaEditor files

XSD-based IntelliSense

Join Examples

Notes on Indexes

Special Characters in XML

Next

Note on Column Ordering

SQL Views