Multiple Choice
What result will the following SQL statement produce?
Select Avg(standard_price) as average from product_v;
A) The average of all products in product_v
B) The average standard_price of all products in product_v
C) The average price of all products
D) None of the above
Correct Answer:

Verified
Correct Answer:
Verified
Related Questions
Q19: SQL has been implemented only in the
Q48: Adding the DISTINCT keyword to a query
Q66: What are some of the standard SQL
Q67: The ORDER BY clause sorts the final
Q67: What result set is returned from the
Q69: The WHERE clause includes the conditions for
Q71: The comparison operators _ and _ are
Q74: The structure that contains descriptions of objects
Q75: _ is a set of commands used
Q80: Count(*) tallies only those rows that contain