Solved

Structure of the ORDERS Table

Question 105

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)  ​all of the above B)  ​SELECT order#,orderdate,shipdate FROM orders; C)  ​SELECT customer#,street,city,state,zip FROM orders; D)  ​SELECT DISTINCT customer#,DISTINCT order# FROM orders;
-Which of the following is a valid SQL statement to retrieve data from the ORDERS table?​


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

Correct Answer:

verifed

Verified

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

Related Questions