Presto 337 Documentation

10.38. SHOW CREATE SCHEMA

10.38. SHOW CREATE SCHEMA#

Synopsis#

SHOW CREATE SCHEMA schema_name

Description#

Show the SQL statement that creates the specified schema.

See Also#

CREATE SCHEMA