-
2.1 More Filtering Practice
-
Exercise
2.1.1 Initials
-
Exercise
2.1.2 Compound Queries with BETWEEN
-
Exercise
2.1.3 Gryffindors With G Names
-
Exercise
2.1.4 R First Names
-
Exercise
2.1.5 FF Houses
-
2.2 Ordering Results
-
Video
2.2.1 The ORDER BY Keyword
-
Notes
2.2.2 ORDER BY
-
Example
2.2.3 ORDER BY First Name
-
Example
2.2.4 Reverse Order
-
Example
2.2.5 Order By Multiple Fields
-
Exercise
2.2.6 House Ordering
-
Exercise
2.2.7 Sort the P Names
-
2.3 Renaming Fields
-
Notes
2.3.1 Renaming Fields with AS
-
Example
2.3.2 Renaming in the House Table
-
Exercise
2.3.3 Changing Column Names
-
2.4 Joining Tables
-
Video
2.4.1 The JOIN command
-
Notes
2.4.2 Basic Joining
-
Example
2.4.3 Letters and Numbers
-
Example
2.4.4 Person and House
-
Example
2.4.5 Person and House (Correct)
-
Example
2.4.6 Person and House (with namespacing)
-
Exercise
2.4.7 List All Gryffindors
-
Video
2.4.8 JOIN With Yourself
-
Notes
2.4.9 Renaming Tables
-
Example
2.4.10 Quidditch Matchups
-
Exercise
2.4.11 Quidditch Matchups: Ravenclaw Away Games
-
2.5 More Joining Tables
-
Example
2.5.1 The Course Table
-
Exercise
2.5.2 Courses and Professors
-
Exercise
2.5.3 Courses, Professors, and Houses
-
Exercise
2.5.4 Courses Taught By Gryffindors
-
Example
2.5.5 The Enrollment Table
-
Exercise
2.5.6 Students Taking Potions
-
Exercise
2.5.7 Non-Slytherins Taking Potions
-
Exercise
2.5.8 Defense Students by House
-
Exercise
2.5.9 Neville's Courses