File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -28,13 +28,12 @@ This repository contains solutions to the top 50 SQL problems on LeetCode, cover
28
28
** Date:** 12 hours ago
29
29
30
30
## 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.
33
32
- ** BASIC AGGREGATION FUNCTION** : Solutions for filtering employee information using basic aggregation functions.
34
33
- ** 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.
36
34
- ** SORTING AND GROUP** : Solutions for sorting and grouping employee information.
37
35
- ** 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.
38
37
39
38
## Contributing
40
39
You can’t perform that action at this time.
0 commit comments