Skip to main content
Preview Snowflake data definition (DDL), data manipulation (DML), transaction (TCL), and data control (DCL) statements in Snowflake compatibility mode.

Data definition language

Data manipulation language

Transaction control

Data control language

Limitations

  • DDL returns no result set. Snowflake returns a status message such as Table T successfully created.
  • DML returns no result set. Snowflake returns the affected-row counts.
  • Fully qualified three-part database.schema.table names are not supported; see Query syntax.
  • Warehouses, ALTER SESSION, and session variables are not supported, nor are integrations, external volumes, shares, applications, Streamlit, Cortex services, and replication or failover groups.