Difference between revisions of "Amazon Redshift: CREATE SCHEMA"
Jump to navigation
Jump to search
Line 14: | Line 14: | ||
== Related == | == Related == | ||
* [[Amazon Redshift: grant read only provileges to user]] | * [[Amazon Redshift: grant read only provileges to user]] | ||
+ | * <code>[[GRANT USAGE]]</code> and <code>[[GRANT SELECT]]</code> | ||
== See also == | == See also == |
Revision as of 14:40, 28 April 2022
https://docs.aws.amazon.com/es_es/redshift/latest/dg/r_CREATE_SCHEMA.html
CREATE SCHEMA [ IF NOT EXISTS ] schema_name [ AUTHORIZATION username ] [ QUOTA {quota [MB | GB | TB] | UNLIMITED} ] [ schema_element [ ... ] CREATE SCHEMA AUTHORIZATION username[ QUOTA {quota [MB | GB | TB] | UNLIMITED} ] [ schema_element [ ... ] ]
CREATE SCHEMA your_schema_name Output_: CREATE SCHEMA
CREATE SCHEMA your_schema_name AUTHORIZATION your_username
Related
See also
Advertising: