Exam 5: Data Manipulation and Transaction Control

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

The WHERE clause of the DELETE command is used to identify the rows to be deleted from the table.​

(True/False)
4.8/5
(35)

A(n)exclusive lock is automatically obtained when the user executes the SELECT...FOR UPDATE command._________________________​

(True/False)
4.7/5
(28)

The LOCK TABLE command can be used to prevent other users from making changes to a table.​

(True/False)
4.8/5
(37)

A substitution variable can be identified by the ____________________ symbol that precedes the variable name.​

(Short Answer)
4.8/5
(28)

If data is only being added to some of the columns in a table,the names of the columns must be listed in the VALUES clause.​

(True/False)
4.8/5
(30)

What will happen if you try to use the INSERT command to insert a NULL value into a column that has been assigned a PRIMARY KEY constraint? ​

(Multiple Choice)
4.8/5
(32)

A table can be locked in SHARE MODE or EXCLUSIVE MODE._________________________​

(True/False)
4.9/5
(41)

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

(Multiple Choice)
4.8/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)
4.8/5
(42)

Which command is used to prevent other users from making changes to a table?

(Multiple Choice)
4.8/5
(29)

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

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

(Essay)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(32)

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

(Multiple Choice)
4.8/5
(33)

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

(Multiple Choice)
4.9/5
(34)

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

(Multiple Choice)
4.8/5
(26)
Showing 121 - 136 of 136
close modal

Filters

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