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
A transaction is defined as the set of statements that are committed at one time.
(True/False)
4.8/5
(32)
The ____________________ command is used to add new rows to a table.
(Short Answer)
4.8/5
(36)
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
(27)
Which of the following commands allows a user to "undo" uncommitted changes to data?
(Multiple Choice)
4.8/5
(39)
The rows to be deleted from a table are identified by the ____________________ clause of the DELETE command.
(Short Answer)
4.8/5
(37)
If the WHERE clause is omitted from the UPDATE command,then all columns in the table will be changed.
(True/False)
4.8/5
(25)
The ____________________ keyword is not included in the INSERT command if the data is being retrieved from another database table.
(Short Answer)
4.9/5
(34)
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
(31)
If a(n)____________________ clause is not included in the UPDATE command,then all rows in the table will be changed.
(Short Answer)
5.0/5
(32)
The ____ command will prevent two users from trying to make changes to the same table at the same time.
(Multiple Choice)
4.8/5
(40)
A(n)exclusive lock prevents other users from changing the data stored in the table._________________________
(True/False)
4.7/5
(31)
If no value is assigned to a column when a row is added to a table,the column will contain a NULL value.
(True/False)
4.7/5
(30)
A deadlock occurs when two users hold shared locks on portions of a table that are needed to complete the transaction of the other user.
(True/False)
4.9/5
(36)
The SELECT...FOR UPDATE command will automatically obtain a(n)____________________ lock on the row to be changed.
(Short Answer)
4.7/5
(34)
Which of the following will allow a user to enter a NULL value using the INSERT command?
(Multiple Choice)
4.8/5
(28)
The ____________________ command will reverse all DML operators performed since the last COMMIT was performed.
(Short Answer)
5.0/5
(36)
The variable name of a substitution variable is preceded by a(n)percent sign._________________________
(True/False)
4.8/5
(34)
If more than one data value is being added to a table,the values must be separated by parentheses._________________________
(True/False)
4.7/5
(38)
The ____________________ command is used to remove rows from a table.
(Short Answer)
4.8/5
(34)
Showing 21 - 40 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)