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
Use the ____ keyword to enter the computer's date as a data value in the INSERT command.
(Multiple Choice)
5.0/5
(40)
When the column names are listed in the INSERT INTO clause of the INSERT command, the order of the names must exactly match the order of the data values in the clause. _________________________
(True/False)
4.9/5
(41)
A lock arising from a SELECT...FOR UPDATE command will be released when ____.
(Multiple Choice)
4.7/5
(28)
The command is used to add new rows to a table. _________________________
(True/False)
4.7/5
(31)
When the INSERT command is being used to enter data into a non-numeric column, the data must be enclosed in ____.
(Multiple Choice)
4.7/5
(29)
A lock is automatically released when the user issues a transaction control statement such as COMMIT or . _________________________
(True/False)
4.8/5
(40)
____________________ are automatically released when the user exits the system or executes a COMMIT or ROLLBACK command.
(Short Answer)
4.8/5
(30)
The row(s) to be updated by the UPDATE command is specified by the ____ clause.
(Multiple Choice)
4.9/5
(36)
After a COMMIT command is executed, the command will have no affect on the changed data. _________________________
(True/False)
4.8/5
(39)
The data values being added to a table with the INSERT command must be listed in the ____________________ clause.
(Short Answer)
4.9/5
(41)
Contents of the PROMOTION table
-Based on the contents of the PROMOTION table, which of the following will correctly change the value assigned to the MAXRETAIL column for Free Shipping to 75.00?

(Multiple Choice)
4.8/5
(32)
Contents of the PROMOTION table
-Based on the contents of the PROMOTION table, which of the following commands will delete only the row for the Free Bookmark from the table?

(Multiple Choice)
4.7/5
(25)
If more than one data value is being added to a table, the values must be separated by _________________________
(True/False)
4.8/5
(29)
If more than one column is listed in the INSERT INTO clause, the column names must be separated by ____.
(Multiple Choice)
4.8/5
(39)
statements are used to either save modified data or to undo changes before they are committed. _________________________
(True/False)
4.7/5
(34)
______________________________ commands are used to modify data.
(Short Answer)
5.0/5
(35)
Which of the following types of locks permits other users access to unlocked portions of a table?
(Multiple Choice)
4.9/5
(25)
Showing 61 - 80 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)