Multiple Choice
The ____ command can be used to view the contents of a record when it is anticipated that the record will need to be modified.It places a shared lock on the record(s) to be changed and prevents any other user from acquiring a lock on the same record(s) .
A) SELECT...LOCK TABLE
B) COMMIT...LOCK TABLE
C) SELECT...FOR UPDATE
D) COMMIT...FOR UPDATE
Correct Answer:

Verified
Correct Answer:
Verified
Q60: Which of the following is not a
Q61: When does a COMMIT command explicitly occur?<br>A)
Q62: Rows can be deleted from a table
Q63: When the INSERT command is being used
Q64: When does a COMMIT command implicitly occur?<br>A)
Q66: When _ operations are performed,an exclusive lock
Q67: _ are automatically released when the user
Q68: A NULL value can be included in
Q69: Which of the following types of locks
Q70: The _ command is used to "undo"