Exam 5: Data Manipulation and Transaction Control

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

Commands used to modify data are called ____ commands.

(Multiple Choice)
4.7/5
(39)

The SYSDATE keyword cannot be included in the INSERT command, only the UPDATE command.

(True/False)
4.9/5
(42)

Which of the following will allow a user to enter a NULL value using the INSERT command?

(Multiple Choice)
4.8/5
(30)

Explain the difference between an implicit and an explicit COMMIT.

(Essay)
4.8/5
(37)

Which of the following is not a valid SQL command?

(Multiple Choice)
4.9/5
(33)

A(n)  implicit \underline {\text { implicit } } commit is issued when the user enters and executes COMMIT; in SQL*Plus. _________________________

(True/False)
4.7/5
(37)

The  DROP \underline { \text { DROP } } command can be used to remove rows from an existing table. _________________________

(True/False)
4.9/5
(31)

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

(True/False)
5.0/5
(30)

A deadlock occurs when two users hold shared locks on portions of a table that are needed to complete the transaction of the other user.

(True/False)
4.8/5
(43)

Which of the following statements about substitution variables is incorrect?

(Multiple Choice)
4.8/5
(30)

Which of the following commands is used to add data to an existing row in a table?

(Multiple Choice)
4.8/5
(33)

A(n)  exclusive lock \underline { \text { exclusive lock } } prevents other users from changing the data stored in the table. _________________________

(True/False)
4.7/5
(40)
Showing 121 - 132 of 132
close modal

Filters

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