Multiple Choice
Which command returns the product of two columns returned in a column named ProdC1C2?
A) SELECT Col1 * Col2 AS ProdC1C2
B) SELECT AS ProdC1C2 Col1 x Col2
C) SELECT FROM Col1 * Col2 TOTAL ProdC1C2
D) SELECT (Col1, Col2) PRODUCT ProdC1C2
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q31: Describe why you would use the data
Q32: If you want to compare a value
Q33: The database schema is defined by the
Q34: Use the _ keyword to match a
Q35: Describe the use of the SELECT statement.
Q36: If Col1 contains the string "Hello" and
Q37: A database operation that can be used
Q38: Which syntax should you use to sort
Q39: What is a qualified name?
Q40: Use the _ statement along with ADD