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
Correct Answer:

Verified
Correct Answer:
Verified
Q45: The _ set operator is used to
Q46: Equality,non-equality,and self-joins are all categorized as inner
Q47: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt=" Structure of the
Q48: _ operators are used to combine the
Q49: A(n)_ outer join is necessary when you
Q51: Which of the following is used to
Q52: The most common type of join is
Q53: <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt=" Structure of the
Q54: A full outer join cannot be created
Q55: To display rows from one table that