Difference Between MySQL and PL 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: Difference Between MySQL and PL SQL — wHERE combines predicates with AND/OR; LIKE does pattern match.
Exam tip
SQL language, MySQL product. Postgres also speaks SQL.