Difference between revisions of "Amazon Redshift: CREATE SCHEMA"

From wikieduonline
Jump to navigation Jump to search
Line 1: Line 1:
 
https://docs.aws.amazon.com/es_es/redshift/latest/dg/r_CREATE_SCHEMA.html
 
https://docs.aws.amazon.com/es_es/redshift/latest/dg/r_CREATE_SCHEMA.html
 +
<pre>
 +
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 [ ... ] ]
 +
</pre>
  
  

Revision as of 13:58, 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 [ ... ] ]


See also

Advertising: