From 9bbf098f557c66848faf419eb0d5d89780d4cdfe Mon Sep 17 00:00:00 2001 From: Kshitij Date: Sat, 9 Nov 2024 01:07:32 +0530 Subject: [PATCH] Added horizontal line at end. --- Practical/Practical Exam/SQL/S3 - SQL Queries.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Practical/Practical Exam/SQL/S3 - SQL Queries.md b/Practical/Practical Exam/SQL/S3 - SQL Queries.md index 7d28f21..296acf5 100644 --- a/Practical/Practical Exam/SQL/S3 - SQL Queries.md +++ b/Practical/Practical Exam/SQL/S3 - SQL Queries.md @@ -167,3 +167,5 @@ SELECT branch_name, AVG(balance) FROM Account GROUP BY branch_name; SELECT cust_name, cust_city FROM Customer WHERE cust_name LIKE "P%"; ``` + +---