
Snowflake Documentation
Databases, Tables and Views Learn how to create and manage databases, tables, and views for storing and accessing your data user guide
CREATE <object> | Snowflake Documentation
CREATE EXTERNAL VOLUME CREATE FAILOVER GROUP CREATE FEATURE POLICY CREATE NETWORK POLICY CREATE NOTIFICATION INTEGRATION CREATE ORGANIZATION PROFILE …
CREATE TABLE - Snowflake Documentation
Create a table where the column definitions are derived from a set of staged files that contain Avro, Parquet, or ORC data. Note that the mystage stage and my_parquet_format file format referenced in …
Visualizing data with dashboards | Snowflake Documentation
After you create a dashboard, you can manage, add tiles, filters, and share the dashboard with other users. Tiles visualize data on your dashboards as charts and tables.
CREATE VIEW | Snowflake Documentation
A CREATE OR ALTER VIEW statement follows the syntax rules of a CREATE VIEW statement and has the same limitations as an ALTER VIEW statement. The following modifications are supported: …
CREATE MATERIALIZED VIEW | Snowflake Documentation
After you create the interactive materialized view, you must add both the materialized view and its underlying base table to the interactive warehouse. For more information, see Materialized view …
CREATE SEMANTIC VIEW - Snowflake Documentation
The operation to copy grants occurs atomically with the CREATE SEMANTIC VIEW statement (in other words, within the same transaction). If you omit COPY GRANTS, the new semantic view does not …
CREATE TASK - Snowflake Documentation
Create a serverless child task in a task graph and add multiple predecessor tasks. The child task runs only after all specified predecessor tasks have successfully completed their own runs.
CREATE TAG - Snowflake Documentation
Variant syntax CREATE OR ALTER TAG Preview Feature — Open Available to all accounts. Creates a new tag if it doesn’t already exist, or transforms an existing tag into the tag defined in the statement. …
CREATE COMPUTE POOL - Snowflake Documentation
Reference SQL command reference Snowpark Container Services CREATE COMPUTE POOL CREATE COMPUTE POOL Feature — Generally Available Snowpark Container Services is …