Difference between revisions of "Amazon Redshift: CREATE SCHEMA"

From wikieduonline
Jump to navigation Jump to search
Line 12: Line 12:
 
  CREATE SCHEMA your_schema_name AUTHORIZATION your_username
 
  CREATE SCHEMA your_schema_name AUTHORIZATION your_username
  
 +
== Related ==
 +
* [[Amazon Redshift: grant read only provileges to user]]
  
 
== See also ==
 
== See also ==

Revision as of 14:15, 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: