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
Related Questions