Intermediate SQL
Jasmin Ludolf
Data Science Content Developer, DataCamp
Chapter 1: Selecting with COUNT()
, LIMIT
Chapter 2: Filtering with WHERE
, BETWEEN
, AND
, OR
, LIKE
, NOT LIKE
, IN
, %
, _
, IS NULL
, IS NOT NULL
Chapter 3: ROUND()
and aggregate functions
Chapter 4: Sorting and grouping with ORDER BY
, DESC
, GROUP BY
, HAVING
Comparison operators
Intermediate SQL