| 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 |
Query Templates
NQL also supports parameterized queries through query templates, which allow you to define reusable queries with placeholder variables.Related content
Data Types
Primitive and complex types supported in NQL
Functions
Built-in and Narrative-specific functions

