diff --git a/src/data/courses/sql-mastery/chapters/aggregate-functions/lessons/grouping-and-filtering.md b/src/data/courses/sql-mastery/chapters/aggregate-functions/lessons/grouping-and-filtering.md index 5e4f57ebf..fc34674bf 100644 --- a/src/data/courses/sql-mastery/chapters/aggregate-functions/lessons/grouping-and-filtering.md +++ b/src/data/courses/sql-mastery/chapters/aggregate-functions/lessons/grouping-and-filtering.md @@ -277,3 +277,6 @@ The output will be: ### Aggregate Functions `HAVING` can only use the columns in `GROUP BY` and aggregate functions. + + +That is all for this lesson. In the future chapters, we'll explore some more advanced aggregation techniques including window functions and running totals. Let's solve some challenges and then move on to the next chapter. \ No newline at end of file