Exam 5: Data Manipulation and Transaction Control

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

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 clause._________________________​

(True/False)
4.8/5
(34)

Which of the following statements about the INSERT keyword is incorrect?​

(Multiple Choice)
4.7/5
(40)

The COMMIT command is used to add new rows to a table._________________________​

(True/False)
4.9/5
(28)

Explain the difference between an implicit and an explicit COMMIT.​

(Essay)
4.8/5
(33)

If one of the data values being entered into a table by the INSERT command violates an existing constraint,the remaining portion of the row will be added,but the data violating the constraint will need to be added at a later time using the UPDATE command.​

(True/False)
4.9/5
(42)

A lock is automatically released when the user issues a transaction control statement such as COMMIT or ROLLBACK._________________________​

(True/False)
4.9/5
(37)

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

(Multiple Choice)
4.9/5
(35)

Contents of the PUBLISHER table​ 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?​ -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)
5.0/5
(36)

The VALUES clause is not included with the INSERT command if the data is being retrieved from another table.​

(True/False)
4.8/5
(29)

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

(Multiple Choice)
4.7/5
(41)

When including a subquery in an INSERT command,the syntax of enclosing the subquery in parentheses is mandatory._________________________​

(True/False)
4.8/5
(33)

If a user has a shared lock on a table,this will prevent any other user from obtaining a shared or exclusive lock on the same table.​

(True/False)
4.7/5
(33)

Which of the following statements about the UPDATE command is incorrect?​

(Multiple Choice)
4.7/5
(39)

The ____________________ command is used to change data stored in a table.​

(Short Answer)
4.8/5
(35)

​A subquery can be used with the INSERT command to enter data from an existing table into the destination table.

(True/False)
4.9/5
(39)

The DROP command can be used to remove rows from an existing table._________________________

(True/False)
4.9/5
(33)

If a user has a shared lock on a table,this prevents another user from obtaining a(n)____________________ lock on the same table.

(Short Answer)
4.8/5
(37)

When inserting a row into a table,how can you indicate that a row contains a NULL value?​

(Multiple Choice)
4.8/5
(31)

The UPDATE command can be used to add data to existing rows in a table.​

(True/False)
4.9/5
(29)

The column to be updated by the UPDATE command is specified in the ____ clause.​

(Multiple Choice)
4.8/5
(27)
Showing 81 - 100 of 136
close modal

Filters

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