Multiple choice technology databases

How do you see current user name

  1. show user

  2. get user

  3. display user

  4. display

Reveal answer Fill a bubble to check yourself
A Correct answer
Explanation

In MySQL, the 'SHOW USER' or 'SHOW USER()' command displays the current username and host. 'GET USER' and 'DISPLAY USER' are not valid MySQL commands. Option D is incomplete. This command is useful for verifying which account you're authenticated as.