Multiple Choice
Structure of the PROMOTION table
Structure of the BOOKS table
Structure of the ORDERITEMS table
-Which of the following SQL statements will display the gift or gifts that should be sent with order# 1003?
A) SELECT gift
FROM promotion
WHERE order# = 1003;
B) SELECT gift
FROM promotion NATURAL JOIN books
WHERE order# = 1003;
C) isbn AND order# = 1003;
D) SELECT gift
FROM promotion, orderitems oi, books b
WHERE retail BETWEEN minretail AND maxretail
AND oi.isbn =
E) none of the above
Correct Answer:
Verified
Related Questions
Unlock this Answer For Free Now!
View this answer and more for free by performing one of the following actions
Scan the QR code to install the App and get 2 free unlocks
Unlock quizzes for free by uploading documents