vs SQL
SQL is the language (SELECT, INSERT). MySQL is one database product that speaks SQL. Saying ‘I know SQL’ is not the same as ‘I administered MySQL users and dumps’.
You can know SQL and work in Postgres. You can use MySQL and still write bad SQL. Learn both: language + this engine’s types, LIMIT, backticks, AUTO_INCREMENT.
Trap — using them as synonyms in a strict viva.
On the example next to this theory: vs SQL: create two demo rows, then SELECT qty >= 2 ordered. Say which labels come back.
Exam tip
SQL language, MySQL product. Postgres also speaks SQL.