SQL From Zero to Hero in 30 Days — Day 4 The Group by

Soner Yıldırım
6 min readNov 8, 2021

Learn, practice, master.

(image by author)

The links below will be updated as we progress into the series:

Welcome to day 4 of this series!

In this article, we will do several examples that include the group by statement.

I often mention that SQL is much more than a query language. If used properly, it is a highly efficient data analysis and manipulation tool as well.

The group by statement is an integral part of what makes SQL a data analysis tool. If you are familiar with some other data analysis tools such as Pandas, the group by statement is quite similar to the groupby function of Pandas.

Some of the examples will also include the where statement which we covered on day 3. If you are not familiar with it, I suggest you take a quick look at the article of day 3 first.

--

--

Soner Yıldırım
Soner Yıldırım

Responses (1)