Exam 7: User Creation and Management
Exam 1: Overview of Database Concepts108 Questions
Exam 2: Basic Sql Select Statements122 Questions
Exam 3: Table Creation and Management132 Questions
Exam 4: Constraints132 Questions
Exam 5: Data Manipulation and Transaction Control132 Questions
Exam 6: Additional Database Objects132 Questions
Exam 7: User Creation and Management132 Questions
Exam 8: Restricting Rows and Sorting Data132 Questions
Exam 9: Joining Data From Multiple Tables131 Questions
Exam 10: Selected Single Row Functions133 Questions
Exam 11: Group Functions134 Questions
Exam 12: Subqueries and Merge Statements132 Questions
Exam 13: Views133 Questions
Select questions type
To be able to connect to Oracle11g, the user must have the ____________________ privilege.
Free
(Short Answer)
4.9/5
(34)
Correct Answer:
CREATE SESSION
What are the differences between object and system privileges?
Free
(Essay)
4.8/5
(28)
Correct Answer:
An object privilege allows DML operations on a specific database object while a system privilege usually focuses on DDL operations or DML operations on a specific type of object.
Even if a password has been assigned, a user is not required to enter a password for a role that has been set as the ____________________ role for that user.
Free
(Short Answer)
4.7/5
(23)
Correct Answer:
default
The ____________________ command is used to remove a user account from the Oracle10g database.
(Short Answer)
4.9/5
(38)
Partial list of privileges
-Which of the following SQL statements would most likely be used to generate the partial output shown above?

(Multiple Choice)
4.7/5
(32)
The option can be used to force a user to change the user password at the time of the next login. _________________________
(True/False)
4.7/5
(36)
The PASSWORD EXPIRE option can be used to force a user to change his or her password at the time of the next login.
(True/False)
4.9/5
(29)
A user can issue the ____________________ command to enable a role.
(Short Answer)
4.8/5
(35)
Authentication is the process of ensuring that the individuals trying to access the system are who they claim to be.
(True/False)
5.0/5
(27)
User names can consist of up to characters and include the _, #, and $ symbols. _________________________
(True/False)
4.8/5
(34)
Which of the following commands is used to establish a user account?
(Multiple Choice)
4.9/5
(36)
The ____________________ clause of the GRANT command specifies the user(s) or role(s) receiving the privilege.
(Short Answer)
4.8/5
(40)
A role can be removed from the database with the command. _________________________
(True/False)
4.8/5
(38)
All privileges enabled for the current user can be queried from the ____________________ data dictionary view.
(Short Answer)
4.9/5
(38)
The ____ keywords are used to grant object privileges to users and roles.
(Multiple Choice)
4.9/5
(31)
An object privilege cannot be granted to a role with the WITH GRANT OPTION.
(True/False)
4.8/5
(27)
Which of the following SQL commands will require the user RTHOMAS to change the account password the next time the database is accessed?
(Multiple Choice)
4.8/5
(27)
A role that is no longer needed by any users can be removed from the database using the ____________________ command.
(Short Answer)
4.8/5
(36)
Which of the following will revoke a user's object privileges?
(Multiple Choice)
4.7/5
(30)
Showing 1 - 20 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)