From 6bb37a55976018ec4fea6fb32f7fd5016626f75a Mon Sep 17 00:00:00 2001 From: Awkward OrCa <128916967+BhargobLahon@users.noreply.github.com> Date: Sun, 3 Aug 2025 11:10:18 +0530 Subject: [PATCH] Update Intermediate - Subqueries.sql changed spelling mistake subwuery to subquery (just for fun ;)) --- Intermediate - Subqueries.sql | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Intermediate - Subqueries.sql b/Intermediate - Subqueries.sql index cf173ed..4199dbe 100644 --- a/Intermediate - Subqueries.sql +++ b/Intermediate - Subqueries.sql @@ -16,7 +16,7 @@ WHERE employee_id IN FROM employee_salary WHERE dept_id = 1); -#So we are using that subquery in the where statement and if we just highlight the subwuery and run it it's basically a list we are selecting from in the outer query +#So we are using that subquery in the where statement and if we just highlight the subquery and run it it's basically a list we are selecting from in the outer query SELECT * FROM employee_demographics