Show Columns
SHOW COLUMNS FROM students; is DESCRIBE in another spelling. SHOW COLUMNS FROM students LIKE 'm%'; filters. information_schema.COLUMNS is the joinable catalog.
Trap — memorising both SHOW COLUMNS and DESC as ‘different concepts’. They answer the same question.
On the example next to this theory: Show Columns: create two demo rows, then SELECT qty >= 2 ordered. Say which labels come back.
Exam tip
SHOW COLUMNS FROM students; = DESCRIBE students;