| Statement | Purpose | Reference |
|---|---|---|
SELECT | Execute a query and return results | SELECT |
EXPLAIN | Forecast data availability and cost without executing | EXPLAIN |
CREATE MATERIALIZED VIEW | Create a stored dataset from a query | CREATE MATERIALIZED VIEW |
Reference for NQL statement types and command syntax
| Statement | Purpose | Reference |
|---|---|---|
SELECT | Execute a query and return results | SELECT |
EXPLAIN | Forecast data availability and cost without executing | EXPLAIN |
CREATE MATERIALIZED VIEW | Create a stored dataset from a query | CREATE MATERIALIZED VIEW |