-
Notifications
You must be signed in to change notification settings - Fork 6
Intro to SQL for Data Science
Javad PourMostafa edited this page Apr 8, 2019
·
4 revisions
- Selecting Single Columns
- Selecting Multiple Columns
- Select DISTINCT
- Learning to COUNT
- Filtering results
- Simple filtering of numeric values
- Simple filtering of text
- WHERE AND
- WHERE OR
- WHERE AND OR
- BETWEEN
- WHERE IN
- NULL and IS NULL
- Like and NOT LIKE
- Aggregate function
- Combining aggregate functions with WHERE
- A note on arithmetic
- It's AS simple AS aliasing
- Even more aliasing
- ORDER BY
- Sorting single columns
- Sorting single columns (DESC)
- Sorting multiple columns
- GROUP BY
- HAVING