Exam 7: User Creation and Management
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic SQL Select Statements121 Questions
Exam 3: Table Creation and Management136 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control136 Questions
Exam 6: Additional Database Objects138 Questions
Exam 7: User Creation and Management130 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables119 Questions
Exam 10: Selected Single-Row Functions133 Questions
Exam 11: Group Functions137 Questions
Exam 12: Subqueries and Merge Statements131 Questions
Exam 13: Views133 Questions
Select questions type
The FOR clause of the GRANT command is used to specify the object to which the privilege applies._________________________
(True/False)
4.8/5
(31)
The REVOKE command can be used to revoke system and object privileges,but not both in the same command._________________________
(True/False)
4.7/5
(43)
All available ____________________ privileges in Oracle12c can be displayed through the SYSTEM_PRIVILEGE_MAP data dictionary view.
(Short Answer)
4.9/5
(34)
When revoking an object privilege that was issued with the WITH GRANT OPTION,the action will have a cascading effect because if that user granted the privilege to other users,the privilege will be revoked from them also.
(True/False)
4.8/5
(38)
Which of the following SQL statements will revoke the DBA role from user RTHOMAS?
(Multiple Choice)
4.9/5
(22)
The ____________________ command is used to grant roles to users.
(Short Answer)
4.7/5
(28)
A role can be removed from the database with the DELETE ROLE command._________________________
(True/False)
4.8/5
(30)
When revoking a privilege that was issued with the WITH ADMIN OPTION,the action will have a cascading effect because if that user granted the privilege to other users,the privilege will be revoked from them also._________________________
(True/False)
4.9/5
(33)
If a user is granted system and object privileges,then subsequently grants those privileges to other users,what happens to the recipients if all of the original user's privileges are revoked?
(Essay)
4.8/5
(39)
Which command will remove an existing role from a database?
(Multiple Choice)
4.7/5
(31)
The WITH ADMIN OPTION is required to enable the user to grant the specified object privileges to other users._________________________
(True/False)
4.9/5
(43)
____________________ privileges allow users to execute specific DML commands.
(Short Answer)
4.8/5
(37)
The INSERT,UPDATE,and DELETE object privileges can be applied to tables and views.
(True/False)
4.9/5
(38)
A(n)____________________ privilege cannot be granted to a role with the WITH GRANT OPTION.
(Short Answer)
4.7/5
(31)
The ____________________ command is used to remove a user account from the Oracle12c database.
(Short Answer)
4.9/5
(39)
The CHANGE PASSWORD option can be used to force a user to change the user password at the time of the next login._________________________
(True/False)
4.9/5
(27)
Revoking a privilege that was issued with the WITH ____________________ OPTION will cause any subsequent recipients to have their privilege revoked also.
(Short Answer)
4.9/5
(38)
Showing 41 - 60 of 130
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)