Tilak Khatri
Revising SQL 50 with leetcode
Through this challenge I will post everything about my learning .
Here are topics that will include in this challenge.
- Basic select
- Basic joins
- Basic aggregation functions
- Sorting and Grouping
- Advance select and joins
- Subqueries
- Advance string functions / regex / clause
1. Basic Select Example
1select colums
2from table where
3condition