Exam 5: Data Manipulation and Transaction Control
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
After a COMMIT command is executed,the ROLLBACK command will have no affect on the changed data._________________________
(True/False)
4.8/5
(47)
When DDL operations are performed,Oracle 12c will automatically place a(n)shared lock on the table._________________________
(True/False)
4.8/5
(36)
When non-numeric data is being added to a table,the data must be enclosed in ____________________ quotation marks.
(Short Answer)
4.8/5
(37)
When Oracle 12c encounters a substitution variable,the user will be prompted for the actual value to be assigned to the variable.
(True/False)
4.8/5
(33)
The UPDATE command can be used to change data stored in a table._________________________
(True/False)
4.8/5
(41)
Which of the following commands is used to remove rows from a table?
(Multiple Choice)
4.7/5
(36)
A(n)____________________ lock will allow other users to view the data stored in the table,but it prevents anyone from altering the structure of the table.
(Short Answer)
4.8/5
(35)
A(n)____ in a SQL command instructs Oracle 12c to use a substituted value in place of the variable at the time the command is actually executed.
(Multiple Choice)
4.8/5
(33)
Contents of the PUBLISHER table
-Based on the contents of the PUBLISHER table,which of the following will add a new record to the table?

(Multiple Choice)
4.8/5
(32)
The data being inserted into a table are listed in the ADD clause of the INSERT command.
(True/False)
4.8/5
(39)
If a table already exists,what command would you issue to add copies of existing rows from one table to the other?
(Multiple Choice)
4.9/5
(31)
When a subquery is used in the INSERT command,the subquery does not have to be enclosed in parentheses.
(True/False)
4.8/5
(40)
When data is being entered into a VARCHAR2 or CHAR column using the INSERT command,the data will be stored in ____.
(Multiple Choice)
4.9/5
(39)
If the WHERE clause of the DELETE command is omitted,then all rows in the referenced table will be removed.
(True/False)
4.7/5
(37)
The ____________________ TABLE command is used to prevent other users from making changes to a portion of a table.
(Short Answer)
4.9/5
(29)
The duration of a(n)____________________ is defined by when a COMMIT implicitly or explicitly occurs.
(Short Answer)
4.9/5
(26)
Which of the following statements about substitution variables is incorrect?
(Multiple Choice)
4.8/5
(26)
An explicit commit is issued when the user executes a COMMIT; command.
(True/False)
4.8/5
(35)
The ____________________ command is used to add data to an existing row in a table.
(Short Answer)
4.8/5
(37)
Showing 101 - 120 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)