vs MS SQL Server
SQL Server is Microsoft’s RDBMS (T-SQL). MySQL uses LIMIT; classic SQL Server uses TOP (newer: OFFSET FETCH). Identity vs AUTO_INCREMENT. GETDATE() vs NOW(). SSMS is their GUI, not Workbench.
Trap — TOP 5 in MySQL. Trap: Workbench steps in a SQL Server answer.
On the example next to this theory: vs MS SQL Server: create two demo rows, then SELECT qty >= 2 ordered. Say which labels come back.
Exam tip
Same SQL ideas. LIMIT is MySQL; TOP is classic SQL Server.