Command to see the current user ?
-
show users;
-
display user;
-
show name;
-
show user;
D
Correct answer
Explanation
In MySQL, 'SHOW USER;' displays the current username and hostname. 'SHOW USERS;' is incorrect (users vs user singular), 'DISPLAY USER;' and 'SHOW NAME;' are not valid MySQL commands.