Exam 5: Data Manipulation and Transaction Control

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

Which of the following statements about COMMIT and ROLLBACK commands is incorrect?

(Multiple Choice)
4.9/5
(30)

Which of the following commands is used to add rows to a table?

(Multiple Choice)
4.8/5
(43)

If a table already exists, what command would you issue to add copies of existing rows from one table to the other?

(Multiple Choice)
4.8/5
(44)

The SET clause of the UPDATE command is used to identify the column(s) being updated.

(True/False)
4.9/5
(37)

The rows to be deleted from a table are identified by the ____________________ clause of the DELETE command.

(Short Answer)
4.8/5
(30)

Which of the following commands is used to remove rows from a table?

(Multiple Choice)
4.9/5
(35)

Which of the following commands is used to modify existing data in a table?

(Multiple Choice)
4.8/5
(41)

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
(43)

Which of the following keywords is omitted from the INSERT command if the data to be added to a table is already contained in another table?

(Multiple Choice)
5.0/5
(32)

The  VALUES \underline { \text { VALUES } } clause of the UPDATE command is used to specify the columns being updated and the new data values. _________________________

(True/False)
4.8/5
(35)

When including a subquery in an INSERT command, the syntax of enclosing the subquery in parentheses is  nandatory \underline { \text { nandatory } } _________________________

(True/False)
4.8/5
(31)

The  WHERE \underline {\text { WHERE } } clause of the UPDATE command is used to specify exactly which rows should be changed. _________________________

(True/False)
4.8/5
(42)

Rows can be deleted from a table using the ____________________ command.

(Short Answer)
4.8/5
(39)

Which of the following commands allows a user to "undo" uncommitted changes to data?

(Multiple Choice)
4.7/5
(29)

A(n)  exclusive \underline { \text { exclusive } } lock is automatically obtained when the user executes the SELECT...FOR UPDATE command. _________________________

(True/False)
4.9/5
(31)

If the WHERE clause of the DELETE command is omitted, then all rows in the referenced table will be removed.

(True/False)
4.9/5
(37)

The ____________________ command will reverse all DML operators performed since the last COMMIT was performed.

(Short Answer)
4.8/5
(34)

What is the difference between a shared and exclusive lock?

(Essay)
4.8/5
(30)

Contents of the PUBLISHER table Contents of the PUBLISHER table    -Which of the following commands will delete only publisher 4 from the PUBLISHER table? -Which of the following commands will delete only publisher 4 from the PUBLISHER table?

(Multiple Choice)
4.8/5
(34)

What is the difference between a standard SELECT statement and a SELECT...FOR UPDATE statement?

(Essay)
4.9/5
(34)
Showing 81 - 100 of 132
close modal

Filters

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