From cc8879c675d987e394dc4f5e40bcd190260f32d9 Mon Sep 17 00:00:00 2001 From: Kamran Ahmed Date: Fri, 3 Jan 2025 17:02:41 +0000 Subject: [PATCH] Add note for lesson --- .../aggregate-functions/lessons/grouping-and-filtering.md | 3 +++ 1 file changed, 3 insertions(+) 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