A

Admin • 802.91K Points
Coach

Q. What will this query do?

Code:
SELECT AVG(score) FROM results;
  • (A) Finds the maximum score
  • (B) Finds the minimum score
  • (C) Finds the average score
  • (D) Finds the sum of scores
  • Correct Answer - Option(C)
  • Views: 4
  • Filed under category MySQL
  • Hashtags:

Explanation by: Admin
`AVG()` returns the average of a numeric column.

You must be Logged in to update hint/solution

Discusssion

Login to discuss.

Be the first to start discuss.