Exam 5: Data Manipulation and Transaction Control
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 statements about COMMIT and ROLLBACK commands is incorrect?
(Multiple Choice)
4.9/5
(30)
Which of the following commands is used to add rows to a table?
(Multiple Choice)
4.8/5
(43)
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.8/5
(44)
The SET clause of the UPDATE command is used to identify the column(s) being updated.
(True/False)
4.9/5
(37)
The rows to be deleted from a table are identified by the ____________________ clause of the DELETE command.
(Short Answer)
4.8/5
(30)
Which of the following commands is used to remove rows from a table?
(Multiple Choice)
4.9/5
(35)
Which of the following commands is used to modify existing data in a table?
(Multiple Choice)
4.8/5
(41)
When the UPDATE command is used to change existing data values, the ____________________ clause is used to specify the new data value and the column being changed.
(Short Answer)
4.9/5
(43)
Which of the following keywords is omitted from the INSERT command if the data to be added to a table is already contained in another table?
(Multiple Choice)
5.0/5
(32)
The clause of the UPDATE command is used to specify the columns being updated and the new data values. _________________________
(True/False)
4.8/5
(35)
When including a subquery in an INSERT command, the syntax of enclosing the subquery in parentheses is _________________________
(True/False)
4.8/5
(31)
The clause of the UPDATE command is used to specify exactly which rows should be changed. _________________________
(True/False)
4.8/5
(42)
Rows can be deleted from a table using the ____________________ command.
(Short Answer)
4.8/5
(39)
Which of the following commands allows a user to "undo" uncommitted changes to data?
(Multiple Choice)
4.7/5
(29)
A(n) lock is automatically obtained when the user executes the SELECT...FOR UPDATE command. _________________________
(True/False)
4.9/5
(31)
If the WHERE clause of the DELETE command is omitted, then all rows in the referenced table will be removed.
(True/False)
4.9/5
(37)
The ____________________ command will reverse all DML operators performed since the last COMMIT was performed.
(Short Answer)
4.8/5
(34)
Contents of the PUBLISHER table
-Which of the following commands will delete only publisher 4 from the PUBLISHER table?

(Multiple Choice)
4.8/5
(34)
What is the difference between a standard SELECT statement and a SELECT...FOR UPDATE statement?
(Essay)
4.9/5
(34)
Showing 81 - 100 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)