Solved

Contents of the PROMOTION Table​

Question 29

Multiple Choice

Contents of the PROMOTION table​
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';
-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:

verifed

Verified

Unlock this answer now
Get Access to more Verified Answers free of charge

Related Questions