From 4cae9e3cbaeb57fe1e057c3a2d628d5b5e30796a Mon Sep 17 00:00:00 2001 From: Mostafa94-IT <78526398+Mostafa94-IT@users.noreply.github.com> Date: Thu, 6 Jun 2024 07:51:38 +0300 Subject: [PATCH] Update Beginner - Group By + Order By.sql --- Beginner - Group By + Order By.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Beginner - Group By + Order By.sql b/Beginner - Group By + Order By.sql index 1040b10..25f4e29 100644 --- a/Beginner - Group By + Order By.sql +++ b/Beginner - Group By + Order By.sql @@ -1,4 +1,4 @@ --- Group By + -- Group By -- When you use the GROUP BY clause in a MySQL query, it groups together rows that have the same values in the specified column or columns. -- GROUP BY is going to allow us to group rows that have the same data and run aggregate functions on them