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
Which of the following SQL statements will grant the SELECT privilege for the ORDERS table to all database users?
(Multiple Choice)
4.8/5
(34)
The WITH GRANT OPTION is required to allow a user to grant the specified object privileges to other users.
(True/False)
4.9/5
(38)
The GRANT clause of the GRANT command identifies the user who is granting a specific privilege.
(True/False)
4.9/5
(42)
Permissions allow users to execute certain SQL statements in Oracle11g.
(True/False)
4.8/5
(34)
____________________ privileges allow users to execute specific DML commands.
(Short Answer)
4.9/5
(38)
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.7/5
(37)
A user can be assigned a default role that is automatically enabled whenever the user logs in to the database.
(True/False)
4.9/5
(35)
Both system and object privileges can be granted with the GRANT command.
(True/False)
4.9/5
(33)
Which of the following keywords must be included with the GRANT command to allow the user to grant object privileges to other users?
(Multiple Choice)
4.8/5
(26)
Which of the following views will display the privileges currently enabled for a user?
(Multiple Choice)
4.8/5
(33)
Which of the following is not a method used by the Oracle11g database to prevent illegal access into the software?
(Multiple Choice)
4.9/5
(40)
The clause of the GRANT command is used to specify the object to which the privilege applies. _________________________
(True/False)
4.9/5
(32)
Which of the following statements about granting system privileges is incorrect?
(Multiple Choice)
4.9/5
(34)
Which of the following refers to the process of ensuring that individuals trying to access the system are who they say they are, thus preventing them from illegally accessing data?
(Multiple Choice)
4.8/5
(33)
Which of the following commands can be used to assign a default role to a user?
(Multiple Choice)
4.9/5
(36)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)