Exam 5: Data Manipulation and Transaction Control

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

A shared lock prevents another user from performing DDL or DML operations on the table.

(True/False)
4.7/5
(31)

A transaction is defined as the set of statements that are committed at one time.

(True/False)
5.0/5
(33)

The ____________________ command is used to remove rows from a table.

(Short Answer)
4.8/5
(39)

Data that is being added to a table is specified in the  VALUES \underline { \text { VALUES } } clause of the INSERT command. _________________________

(True/False)
4.8/5
(35)

The ____________________ keyword is not included in the INSERT command if the data is being retrieved from another database table.

(Short Answer)
4.8/5
(35)

Which of the following statements about the DELETE command is incorrect?

(Multiple Choice)
4.8/5
(37)

When the INSERT command is used to add rows to a table, the column names of the table must be specified.

(True/False)
4.9/5
(26)

The SELECT .... ____________________ command is used to create a shared lock on a table to prevent other users from making changes in the specified column.

(Short Answer)
4.9/5
(38)

The SELECT...FOR UPDATE command will automatically obtain a(n) ____________________ lock on the row to be changed.

(Short Answer)
4.8/5
(40)

Single-row functions cannot be included in the UPDATE command.

(True/False)
4.7/5
(33)

Which keywords create a shared lock on a table to prevent another user from making changes to data in specified columns?

(Multiple Choice)
4.9/5
(36)

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

When new rows are being added to a table, the actual data being added are listed in the ____ clause.

(Multiple Choice)
4.9/5
(34)

Regarding the INSERT statement, which of the following is correct?

(Multiple Choice)
4.9/5
(37)

The ____________________ TABLE command is used to prevent other users from making changes to a portion of a table.

(Short Answer)
4.7/5
(38)

The variable name of a substitution variable is preceded by a(n)  percent sign. \underline { \text { percent sign. } } _________________________

(True/False)
4.8/5
(31)

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.8/5
(35)

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

The MODIFY command can be used to change existing data stored in a table.

(True/False)
4.8/5
(41)

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

(True/False)
4.9/5
(39)
Showing 101 - 120 of 132
close modal

Filters

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