MCQOPTIONS
Saved Bookmarks
| 1. |
Which of the following condition in the where clause will return the login identification name of the user? |
| A. | UserName = SUSER_NAME() |
| B. | UserName = SUSER_SNAME() |
| C. | UserName = CURRENT_USER() |
| D. | UserName = USER() |
| Answer» C. UserName = CURRENT_USER() | |