Solved

Structure of the ORDERS Table

Question 8

Multiple Choice

Structure of the ORDERS table
Structure of the ORDERS table    -Which of the following is a valid SQL statement to retrieve data from the ORDERS table? A)  SELECT DISTINCT customer#, DISTINCT order# FROM orders; B)  SELECT customer#, street, city, state, zip FROM orders; C)  SELECT order#, orderdate, shipdate FROM orders; D)  all of the above
-Which of the following is a valid SQL statement to retrieve data from the ORDERS table?


A) SELECT DISTINCT customer#, DISTINCT order# FROM orders;
B) SELECT customer#, street, city, state, zip FROM orders;
C) SELECT order#, orderdate, shipdate FROM orders;
D) all of the above

Correct Answer:

verifed

Verified

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

Related Questions