πŸ“Š MySQL
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
πŸ’¬ Discuss
βœ… Correct Answer: (C) Finds the average score

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

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

πŸ’¬ Discussion


πŸ“Š Question Analytics

πŸ‘οΈ
55
Total Visits
πŸ“½οΈ
9 mo ago
Published
πŸŽ–οΈ
Mr. Dubey
Publisher
πŸ“ˆ
82%
Success Rate