Show Users
Show Users is about MySQL accounts, not table rows. Users are 'name'@'host'. CREATE USER, GRANT, ALTER USER … IDENTIFIED BY, DROP USER.
SHOW GRANTS FOR CURRENT_USER; to see yourself. Don’t use root from the app. Lock/unlock is ACCOUNT LOCK.
Trap — user@localhost vs user@% as two different accounts.
On the example next to this theory: Show Users: create two demo rows, then SELECT qty >= 2 ordered. Say which labels come back.
Exam tip
'user'@'host', GRANT, not root from the app.