SQL Data Analyst — Easy
Key points
- COUNT(column) counts non-NULL values in a specific column
- COUNT(*) counts all rows, regardless of NULL values
- SUM(column) calculates the total of numeric values in a column
Ready to go further?
Related questions
SQL Data Analyst — Easy
Key points
Ready to go further?
Related questions