TQL ANALYZE [VERBOSE] [FORMAT format] (, , , [lookback]) [AS alias]
executes the plan and tells the detailed per-step execution time (similar to SQL ANALYZE).
TQL EXPLAIN [VERBOSE] [FORMAT format] [, , , [lookback]] [AS alias]
doesn’t execute the query but tells how the query would be executed (similar to SQL EXPLAIN).