EXPLAIN statement forecasts query results without purchasing or executing. Use it to preview 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

