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
The SYSDATE keyword can be used in the INSERT command to enter the computer's system date when adding a row to a table._________________________
(True/False)
4.9/5
(32)
A(n)implicit commit is issued when the user enters and executes COMMIT; in SQL*Plus._________________________
(True/False)
4.8/5
(36)
Which of the following commands is used to add data to an existing row in a table?
(Multiple Choice)
4.8/5
(33)
When the INSERT command is used to add rows to a table,the column names of the table must be specified.
(True/False)
4.9/5
(34)
When data is added to a database table,it is automatically converted to upper-case letters.
(True/False)
4.7/5
(41)
Regarding the INSERT statement,which of the following is correct?
(Multiple Choice)
4.7/5
(44)
A shared lock prevents another user from performing DDL or DML operations on the table.
(True/False)
4.9/5
(38)
A(n)____ lock will prevent any DDL operations from being performed on the locked table.
(Multiple Choice)
4.9/5
(45)
The WHERE clause of the UPDATE command is used to specify exactly which rows should be changed._________________________
(True/False)
4.9/5
(31)
If the SET clause of the UPDATE command is omitted,then all rows in the table will be updated with the new data value._________________________
(True/False)
5.0/5
(26)
If non-numeric data is being added to a column,the data must be enclosed in double quotation marks.
(True/False)
4.8/5
(28)
The VALUES clause of the UPDATE command is used to specify the columns being updated and the new data values._________________________
(True/False)
4.8/5
(42)
The data values being added to a table with the INSERT command must be listed in the ____________________ clause.
(Short Answer)
4.8/5
(35)
______________________________ commands are used to modify data.
(Short Answer)
4.9/5
(33)
Contents of the PUBLISHER table
-Which of the following commands will delete only publisher 4 from the PUBLISHER table?

(Multiple Choice)
4.8/5
(23)
The MODIFY command can be used to change existing data stored in a table.
(True/False)
4.9/5
(42)
Contents of the PROMOTION table
-Which of the following SQL statements will insert a new row into the PROMOTION table?

(Multiple Choice)
4.8/5
(37)
Showing 41 - 60 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)