The EXPLAIN facility in Teradata displays the execution plan for a query without actually running it. This shows how the optimizer will process the query, including join strategies, index usage, and data movement steps across AMPs. It's essential for performance tuning.