EXPLAIN statement was intended to forecast query results without purchasing or executing — previewing data availability and estimated costs.
Syntax
What EXPLAIN returns
- Estimated row count matching your criteria
- Estimated cost based on data pricing
- Data freshness information
- Result schema
Example
Related content
SELECT
Full SELECT statement reference
CREATE MATERIALIZED VIEW
Create stored datasets from queries
Pricing
Understanding data costs

