Exam 5: Data Manipulation and Transaction Control

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

Use the ____ keyword to enter the computer's date as a data value in the INSERT command.

(Multiple Choice)
5.0/5
(40)

When the column names are listed in the INSERT INTO clause of the INSERT command, the order of the names must exactly match the order of the data values in the  UPDATE \underline { \text { UPDATE } } clause. _________________________

(True/False)
4.9/5
(41)

A lock arising from a SELECT...FOR UPDATE command will be released when ____.

(Multiple Choice)
4.7/5
(28)

The  COMMIT \underline { \text { COMMIT } } command is used to add new rows to a table. _________________________

(True/False)
4.7/5
(31)

When the INSERT command is being used to enter data into a non-numeric column, the data must be enclosed in ____.

(Multiple Choice)
4.7/5
(29)

A lock is automatically released when the user issues a transaction control statement such as COMMIT or  ROLLBACK \underline { \text { ROLLBACK } } . _________________________

(True/False)
4.8/5
(40)

____________________ are automatically released when the user exits the system or executes a COMMIT or ROLLBACK command.

(Short Answer)
4.8/5
(30)

When does a COMMIT command explicitly occur?

(Multiple Choice)
4.8/5
(34)

The row(s) to be updated by the UPDATE command is specified by the ____ clause.

(Multiple Choice)
4.9/5
(36)

After a COMMIT command is executed, the  ROLLBACK \underline { \text { ROLLBACK } } command will have no affect on the changed data. _________________________

(True/False)
4.8/5
(39)

The data values being added to a table with the INSERT command must be listed in the ____________________ clause.

(Short Answer)
4.9/5
(41)

Contents of the PROMOTION table Contents of the PROMOTION table    -Based on the contents of the PROMOTION table, which of the following will correctly change the value assigned to the MAXRETAIL column for Free Shipping to 75.00? -Based on the contents of the PROMOTION table, which of the following will correctly change the value assigned to the MAXRETAIL column for Free Shipping to 75.00?

(Multiple Choice)
4.8/5
(32)

Contents of the PROMOTION table Contents of the PROMOTION table    -Based on the contents of the PROMOTION table, which of the following commands will delete only the row for the Free Bookmark from the table? -Based on the contents of the PROMOTION table, which of the following commands will delete only the row for the Free Bookmark from the table?

(Multiple Choice)
4.7/5
(25)

If more than one data value is being added to a table, the values must be separated by  parentheses. \underline {\text { parentheses. } } _________________________

(True/False)
4.8/5
(29)

If more than one column is listed in the INSERT INTO clause, the column names must be separated by ____.

(Multiple Choice)
4.8/5
(39)

 Transaction control \underline {\text { Transaction control }} statements are used to either save modified data or to undo changes before they are committed. _________________________

(True/False)
4.7/5
(34)

Which of the following is not a valid SQL command?

(Multiple Choice)
4.9/5
(39)

______________________________ commands are used to modify data.

(Short Answer)
5.0/5
(35)

Which of the following types of locks permits other users access to unlocked portions of a table?

(Multiple Choice)
4.9/5
(25)

When does a COMMIT command implicitly occur?

(Multiple Choice)
4.7/5
(44)
Showing 61 - 80 of 132
close modal

Filters

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