1 -Starting With Query
1 - Query Along.html
2 -Exercise Simple Queries
3 -Changing Column Names in a SELECT Query
4 -Concat Function
5 -What Is A Function In SQL
6 -Aggregate Functions
7 -Commenting Your Queries
7 - Exercise Aggregate Functions.html
8 -Common SELECT Mistakes
9 -Filtering Data
10 -AND and OR
11 -Exercise Filtering Data
12 -The NOT Keyword
13 -Comparison Operators
13 - Exercise The Where Clause.html
14 -Logical Operators
14 - Exercise Comparison Operators.html
15 -Operator Precedence
16 -Operator Precedence 2
17 -Checking For NULL Values
17 - Exercise Operator Precedence.html
17 - Operator Precedence Extra.html
18 -IS Keyword
19 -NULL Coalescing
20 -3 Valued Logic
20 - Exercise Null Value Coalescing.html
21 -BETWEEN + AND
21 - Exercise 3 Valued Logic.html
22 -IN Keyword
22 - Exercise BETWEEN + AND.html
23 -LIKE
23 - Exercise IN Keyword.html
24 -Dates And Timezones
24 - Exercise Like Keyword.html
25 -Setting Up Timezones
26 -How Do We Format Date And Time
27 -Timestamps
28 -Date Functions
29 -Date Difference And Casting
30 -Age Calculation
31 -Extracting Information
32 -Intervals
33 -DISTINCT
33 - Exercise Date and Timestamp.html
34 -Sorting Data
34 - Exercise Distinct Keyword.html
35 -Multi Table SELECT
35 - Exercise Sorting Data.html
36 -Inner Join
37 -Self Join
38 -Outer Join
39 -Less Common Joins
40 -USING Keyword
40 - Inner-Join Exercises.html