Added horizontal line at end.

This commit is contained in:
K 2024-11-09 01:07:32 +05:30
parent f793a97dd5
commit 9bbf098f55
Signed by: notkshitij
GPG Key ID: C5B8BC7530F8F43F

View File

@ -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%";
```
---