oldoc63 / learningDS

Learning DS with Codecademy and Books
0 stars 0 forks source link

Aggregating and Sorting #530

Open oldoc63 opened 1 year ago

oldoc63 commented 1 year ago

In this section, we will learn how to summarize records using SQL's GROUP BY and ORDER BY operators. Along the way we will learn aggregating functions like SUM, COUNT, MIN, MAX, and AVG.