πŸ“Š MySQL
Q. Which function is used to count non-null records in a column?
  • (A) SUM()
  • (B) COUNT()
  • (C) TOTAL()
  • (D) NUMBER()
πŸ’¬ Discuss
βœ… Correct Answer: (B) COUNT()

Explanation: `COUNT()` counts the number of non-null values in a column.

Explanation by: Mr. Dubey
`COUNT()` counts the number of non-null values in a column.

πŸ’¬ Discussion


πŸ“Š Question Analytics

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