Multiple Choice
Contents of the PROMOTION table
-Based on the contents of the PROMOTION table,which of the following commands will delete only the row for the Free Bookmark from the table?
A) DELETE FROM promotion;
B) DELETE gift FROM promotion;
C) DELETE gift FROM promotion WHERE gift = 'BOOKMARKER';
D) DELETE FROM promotion WHERE gift = 'BOOKMARKER';
Correct Answer:

Verified
Correct Answer:
Verified
Q24: Which of the following commands allows a
Q25: Single-row functions cannot be included in the
Q26: The rows to be deleted from a
Q27: If the WHERE clause is omitted from
Q28: The _ keyword is not included in
Q30: If a(n)_ clause is not included in
Q31: The _ command will prevent two users
Q32: A(n)<u>exclusive lock</u> prevents other users from changing
Q33: If no value is assigned to a
Q34: A deadlock occurs when two users hold