CREATE SCHEMA TEMPLATE

A schema template is a predefined structure that defines a set of TABLE, INDEX, VIEW, TYPE, and FUNCTION definitions. It can then be used as a blueprint to create SCHEMA instances in a database. See: Databases, Schemas, Schema Templates for more information.

Syntax

CREATE SCHEMA TEMPLATE schemaTemplateName createTypeClause createTableCluase createIndexCluase

Parameters

schemaTemplateName

The name of the schema template.