InterviewSolution
Saved Bookmarks
| 1. |
Which Column In The User_sys_privs View Determines Whether The System Privilege Is With Admin Option ? |
|
Answer» The ADMIN OPTION column in the USER_SYS_PRIVS VIEW is a YES/NO column that INDICATES if the PRIVILEGE was granted WITH ADMIN OPTION. The ADMIN OPTION column in the USER_SYS_PRIVS view is a YES/NO column that indicates if the privilege was granted WITH ADMIN OPTION. |
|