From b1a54c2da88ce66661bf541e1908913a69161fa2 Mon Sep 17 00:00:00 2001 From: Sang Putu Sandhyana Yogi <79888425+youronlydimwit@users.noreply.github.com> Date: Tue, 16 Jul 2024 16:37:49 +0700 Subject: [PATCH] Update and rename SQL/Bike Store.sql to SQL/Bike Store/Bike Store.sql --- SQL/{ => Bike Store}/Bike Store.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename SQL/{ => Bike Store}/Bike Store.sql (95%) diff --git a/SQL/Bike Store.sql b/SQL/Bike Store/Bike Store.sql similarity index 95% rename from SQL/Bike Store.sql rename to SQL/Bike Store/Bike Store.sql index a8019e9..c3555d2 100644 --- a/SQL/Bike Store.sql +++ b/SQL/Bike Store/Bike Store.sql @@ -116,4 +116,4 @@ SELECT [Order Count] = COUNT(O.order_id) FROM order_items O join products P on P.product_id = O.product_id GROUP BY P.product_name -HAVING COUNT(O.order_id) < 5 or COUNT(O.order_id) = 5 \ No newline at end of file +HAVING COUNT(O.order_id) < 5 or COUNT(O.order_id) = 5