SQL courses from DataCamp, data engineering career track
Introduction to SQL file:
- Best practices introduction
- Order of Execution
- FROM
- WHERE
- GROUP BY
- HAVING
- SELECT and AS
- ORDER BY
- LIMIT
- SQL formatting best practices
- Filtering data
- Filtering individual records with WHERE
- Filtering grouped records with HAVING
- Managing null values
- Aliasing and arithmetics
- Summarizing data
- AVG()
- SUM()
- MIN()
- MAX()
- COUNT()