Multiple Choice
Contents of the ORDERS table
-Based upon the contents of the ORDERS table in the accompanying figure,which of the following SQL statements will list all orders placed by customer # 1020 that have not yet been shipped?
A) SELECT * FROM orders WHERE customer# = 1020 OR shipdate = NULL;
B) SELECT * FROM orders WHERE customer# = 1020 AND shipdate IS NULL;
C) SELECT * FROM orders WHERE customer# = 1020 OR shipdate IS NULL;
D) SELECT * FROM orders WHERE customer# = 1020 AND shipdate = NULL;
Correct Answer:

Verified
Correct Answer:
Verified
Q100: If a date column is being used
Q101: The _ clause is used to specify
Q102: The <u><</u> symbol is used to search
Q103: When two conditions are joined by the
Q104: The<u> LIKE</u> operator is used to indicate
Q106: An ORDER BY clause can reference a
Q107: In a WHERE clause,logical operators are evaluated
Q108: _ is the process by which only
Q109: Contents of BOOKS table<br> <img src="https://d2lvgg3v3hfg70.cloudfront.net/TB1929/.jpg" alt="Contents
Q110: A(n)<u>clause</u> identifies what must exist or a