EXPLAIN Syntax | SQL Statements | Teradata Vantage - EXPLAIN Request Modifier Syntax - Advanced SQL Engine - Teradata Database

SQL Data Manipulation Language

Product
Advanced SQL Engine
Teradata Database
Release Number
17.05
Published
January 2021
Language
English (United States)
Last Update
2021-01-22
dita:mapPath
vnq1596660420420.ditamap
dita:ditavalPath
hoy1596145193032.ditaval
dita:id
B035-1146
lifecycle
previous
Product Category
Teradata Vantage™
[ STATIC | DYNAMIC ] EXPLAIN [ IN XML [NODDLTEXT] ] SQL_request [;]

Syntax Elements

STATIC
An EXPLAIN for the static plan is generated. This is the default. If applicable, the static plan indicates the request is eligible for incremental planning and execution (IPE).
IN XML
Return the output as XML text rather than as plain English text. For more information, see Teradata Vantage™ - SQL Data Definition Language Detailed Topics , B035-1184 .
NO DDLTEXT
Do not capture the DDL text in the XML EXPLAIN text.
SQL_request
SQL request for which to return Optimizer processing information.