Multiple choice technology databases

Command to see the current user ?

  1. show users;

  2. display user;

  3. show name;

  4. show user;

Reveal answer Fill a bubble to check yourself
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.