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
The command can be used to change data stored in a table. _________________________
(True/False)
4.7/5
(48)
The ____________________ command is used to "undo" changes that have not yet been committed.
(Short Answer)
4.8/5
(36)
When data is added to a database table, it is automatically converted to upper-case letters.
(True/False)
4.8/5
(42)
When ____________________ operations are performed, an exclusive lock is automatically placed on the specified table.
(Short Answer)
4.9/5
(29)
Contents of the PUBLISHER table
-Based on the contents of the PUBLISHER table, which of the following SQL statements will change the phone number for Printing Is Us to 800-714-8321?

(Multiple Choice)
4.7/5
(40)
Contents of the PROMOTION table
-If a new row is added to the PROMOTION table, which of the following will make the change permanent?

(Multiple Choice)
4.9/5
(41)
The ____ command can be used to view the contents of a record when it is anticipated that the record will need to be modified. It places a shared lock on the record(s) to be changed and prevents any other user from acquiring a lock on the same record(s).
(Multiple Choice)
4.9/5
(37)
A(n) ____ lock will prevent any DDL operations from being performed on the locked table.
(Multiple Choice)
4.9/5
(36)
A user who is issuing DML commands can save modified data or undo uncommitted changes by issuing ____ statements.
(Multiple Choice)
4.9/5
(36)
The column to be updated by the UPDATE command is specified in the ____ clause.
(Multiple Choice)
4.7/5
(32)
When DDL operations are performed, Oracle11g will automatically place a(n) lock on the table. _________________________
(True/False)
4.9/5
(26)
If the clause of the UPDATE command is omitted, then all rows in the table will be updated with the new data value. _________________________
(True/False)
4.8/5
(33)
If the WHERE clause is omitted from the UPDATE command, then all columns in the table will be changed.
(True/False)
4.9/5
(31)
A(n) ____ in a SQL command instructs Oracle11g to use a substituted value in place of the variable at the time the command is actually executed.
(Multiple Choice)
4.8/5
(36)
Which of the following clauses of the UPDATE command is optional?
(Multiple Choice)
4.9/5
(33)
If the WHERE clause is omitted from the DELETE command, then all
from the database table will be dropped. _________________________

(True/False)
4.9/5
(31)
The BLOCK ACCESS command can be used to prevent other users from updating a specific table.
(True/False)
4.9/5
(32)
The duration of a(n) ____________________ is defined by when a COMMIT implicitly or explicitly occurs.
(Short Answer)
4.9/5
(40)
Showing 41 - 60 of 132
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)