Shows the query execution plan.
EXPLAIN SELECT * FROM users WHERE id = 1;
Output:
plan ---- SELECT Columns: * -> PK Lookup on users id = 1