Presto 334 Documentation

9.38. SHOW CREATE SCHEMA

9.38. SHOW CREATE SCHEMA#

Synopsis#

SHOW CREATE SCHEMA schema_name

Description#

Show the SQL statement that creates the specified schema.

See Also#

CREATE SCHEMA