Difference between revisions of "Amazon Redshift: CREATE SCHEMA"
Jump to navigation
Jump to search
Line 15: | Line 15: | ||
* [[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> | * <code>[[GRANT USAGE]]</code> and <code>[[GRANT SELECT]]</code> | ||
+ | |||
+ | == Activities == | ||
+ | * Understand visibility to [[schemas]] if you <code>[[GRAN USAGE]]</code> but do not execute <code>[[GRANT SELECT]]</code> | ||
== See also == | == See also == |
Revision as of 14:43, 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
Activities
- Understand visibility to schemas if you
GRAN USAGE
but do not executeGRANT SELECT
See also
Advertising: