course
COUNT() SQL FUNCTION
COUNT() lets you count the number of rows that match certain conditions. Learn how to use it in this tutorial.
Oct 12, 2022 · 3 min read
Run and edit the code from this tutorial online
Run codeAssociate Data Engineer in SQL
Gain practical knowledge in ETL, SQL, and data warehousing for data engineering.
SQL Upskilling for Beginners
Gain the SQL skills to interact with and query your data.
Become SQL Certified
Prove your SQL skills are job-ready with a certification.
Topics
Popular SQL Courses
2 hr
891.9K
course
Intermediate SQL
4 hr
280.4K
course
Exploratory Data Analysis in SQL
4 hr
129.1K
See More
RelatedSee MoreSee More
tutorial
INSERT INTO SQL FUNCTION
INSERT INTO lets you add data to your tables. Learn how to use it in this tutorial.
Travis Tang
3 min
tutorial
SQL SUM() Function Explained
Discover the power of the SQL SUM() function for data aggregation. Learn how to implement rolling sums, cumulative sums, and sum multiple columns effectively.
Allan Ouko
8 min
tutorial
Aggregate Functions in SQL
Learn how to use aggregate functions for summarizing results and gaining useful insights about data in SQL.
Sayak Paul
9 min
tutorial
FORMAT() SQL FUNCTION
FORMAT() is one of the most commonly used functions in SQL. Learn its main applications in this tutorial.
Travis Tang
3 min
tutorial
COALESCE SQL Function
COALESCE() is one of the handiest functions in SQL. Read this tutorial to learn how to master it.
Travis Tang
4 min
tutorial
ROW_NUMBER SQL Function: How to Display Row Numbers
The ROW_NUMBER() SQL function assigns sequential integers to rows within a result set, optionally partitioning the data and ordering the rows within each partition.
Kevin Babitz
6 min