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
Rows can be deleted from a table using the ____________________ command.
(Short Answer)
4.8/5
(39)
When the INSERT command is being used to enter data into a non-numeric column,the data must be enclosed in ____.
(Multiple Choice)
4.8/5
(38)
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.7/5
(37)
When ____________________ operations are performed,an exclusive lock is automatically placed on the specified table.
(Short Answer)
4.8/5
(35)
____________________ are automatically released when the user exits the system or executes a COMMIT or ROLLBACK command.
(Short Answer)
4.8/5
(24)
A NULL value can be included in the data being added to a table by explicitly entering the word NULL._________________________
(True/False)
4.9/5
(40)
Which of the following types of locks permits other users access to unlocked portions of a table?
(Multiple Choice)
4.8/5
(33)
The ____________________ command is used to "undo" changes that have not yet been committed.
(Short Answer)
4.9/5
(26)
A value must be provided in an INSERT statement for a virtual column.
(True/False)
4.8/5
(36)
Transaction control statements are used to either save modified data or to undo changes before they are committed._________________________
(True/False)
4.9/5
(33)
A COMMIT is explicitly issued when the user exits SQL*Plus._________________________
(True/False)
4.7/5
(31)
A user who is issuing DML commands can save modified data or undo uncommitted changes by issuing ____ statements.
(Multiple Choice)
4.8/5
(31)
Which of the following statements about the DELETE command is incorrect?
(Multiple Choice)
4.8/5
(36)
The ____________________ keyword can be included in the INSERT command to enter the computer's date into the row when it is added to the table.
(Short Answer)
4.8/5
(41)
The USER_TAB_COLUMNS data dictionary object may be used to identify columns that are assigned an ON NULL clause.
(True/False)
4.9/5
(34)
When new rows are being added to a table,the actual data being added are listed in the ____ clause.
(Multiple Choice)
4.8/5
(33)
Showing 61 - 80 of 136
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)