SQL…
Article on ETL

SQL is a definite requirement for anyone who is interested in doing data work. Here are some basics from work I have done:
- Basic Selects With Where
- Subqueries in the Select and Where Clauses
- Basic Selects With Order By and Limit
- Selects with Aggregations With Group By
- Selects with Aggregations with Group By and Having
- Window Functions
- Joins
- Unions
- Common Table Expression (CTE)
- Recursive CTE