Multiple Choice
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;
Correct Answer:

Verified
Correct Answer:
Verified
Q87: Parentheses can be used to override the
Q100: If a column alias contains a blank
Q101: Which of the following symbols can be
Q102: A query is accomplished by issuing a
Q104: The following arithmetic operations can be performed
Q106: A(n)_ is included in the SELECT clause
Q107: The entire column heading for a column
Q108: A string literal must be enclosed in
Q109: Combining the contents of two or more
Q110: The use of a column alias in