Comments
-- this is a line comment (space after --). # also works in MySQL. /* block comment */ can span lines.
Don’t put secrets in comments in dumps. Nested /* */ can surprise you.
Trap — --comment without a space after -- in some clients.
On the example next to this theory: Comments: create two demo rows, then SELECT qty >= 2 ordered. Say which labels come back.
Exam tip
-- comment and /* block */