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¶
Parameters¶
schemaTemplateNameThe name of the schema template.