CREATE SCHEMA TEMPLATE¶
A schema template is a predefined structure that defines the set of TABLE
and INDEX
definitions. This can then
used as a blueprint to create SCHEMA
in a database. See: Databases, Schemas, Schema Templates for more
information.
Syntax¶
Parameters¶
schemaTemplateName
The name of the schema template.