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
Correct Answer:
Verified
Q5: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt=" Structure of the
Q15: Which of the following types of joins
Q23: Which of the following set operators can
Q29: A column qualifier is separated from the
Q36: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt=" Structure of
Q39: Which of the following keywords is used
Q47: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt=" Structure of the
Q67: The NATURAL JOIN keywords can be used
Q68: In a Cartesian join,linking a table that
Q86: A Cartesian join usually results from the