Skip to content

Commit 011ef17

Browse files
committed
readme added
1 parent edc0cca commit 011ef17

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,13 +28,12 @@ This repository contains solutions to the top 50 SQL problems on LeetCode, cover
2828
**Date:** 12 hours ago
2929

3030
## History
31-
32-
- **ADVANCED STRING FUNCTIONS + REGEX + CLAUSE**: Solutions for problems requiring advanced string manipulation, regular expressions, and specific SQL clauses.
31+
- **SELECT**: Basic SELECT statement solutions to retrieve data from one or more tables.
3332
- **BASIC AGGREGATION FUNCTION**: Solutions for filtering employee information using basic aggregation functions.
3433
- **BASIC JOIN**: Demonstrates various join techniques to combine rows from two or more tables based on a related column.
35-
- **SELECT**: Basic SELECT statement solutions to retrieve data from one or more tables.
3634
- **SORTING AND GROUP**: Solutions for sorting and grouping employee information.
3735
- **SUBQUERIES**: Solutions involving subqueries to perform operations within a query.
36+
- **ADVANCED STRING FUNCTIONS + REGEX + CLAUSE**: Solutions for problems requiring advanced string manipulation, regular expressions, and specific SQL clauses.
3837

3938
## Contributing
4039

0 commit comments

Comments
 (0)