Exam 5: Data Manipulation and Transaction Control

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

When does a COMMIT command explicitly occur?​

(Multiple Choice)
4.8/5
(31)

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)

​When does a COMMIT command implicitly occur?

(Multiple Choice)
4.9/5
(31)

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)

The ROLLBACK command is used to permanently save changed data.​

(True/False)
4.7/5
(34)

​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)

What is the difference between a shared and exclusive lock​?

(Essay)
4.8/5
(35)

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
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)