How do you see current user name
-
show user
-
get user
-
display user
-
display
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.