Solved

​ Contents of the PROMOTION Table

Question 98

Multiple Choice

  ​ Contents of the PROMOTION table    Structure of the BOOKS table -Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS?​ A)  SELECT gift FROM promotion WHERE gift = minretail; B)  SELECT gift FROM promotion,books WHERE retail >= minretail AND title = 'SHORTEST POEMS'; C)  SELECT gift FROM promotion,books WHERE retail BETWEEN minretail AND maxretail AND title = 'SHORTEST POEMS'; D)  ​none of the above
Contents of the PROMOTION table
  ​ Contents of the PROMOTION table    Structure of the BOOKS table -Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS?​ A)  SELECT gift FROM promotion WHERE gift = minretail; B)  SELECT gift FROM promotion,books WHERE retail >= minretail AND title = 'SHORTEST POEMS'; C)  SELECT gift FROM promotion,books WHERE retail BETWEEN minretail AND maxretail AND title = 'SHORTEST POEMS'; D)  ​none of the above Structure of the BOOKS table
-Which of the following SQL statements will display the gift that should be sent to any customer who orders the book titled SHORTEST POEMS?​


A) SELECT gift FROM promotion
WHERE gift = minretail;
B) SELECT gift FROM promotion,books
WHERE retail >= minretail AND title = 'SHORTEST POEMS';
C) SELECT gift FROM promotion,books
WHERE retail BETWEEN minretail AND maxretail
AND title = 'SHORTEST POEMS';
D) ​none of the above

Correct Answer:

verifed

Verified

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

Related Questions

Unlock this Answer For Free Now!

View this answer and more for free by performing one of the following actions

qr-code

Scan the QR code to install the App and get 2 free unlocks

upload documents

Unlock quizzes for free by uploading documents