Unit 9: Basic Select Statements
In Unit 8, we introduced the select statement. In this unit, we will learn to build queries using one table. We will take a look at the basic syntax of the select statement along with some basic expressions and the where clause.
Completing this unit should take you approximately 14 hours.
9.1: The Distinct Clause
Watch this video.
Read this page.
9.2: The Where Clause
Read this page.
9.3: And/Or Operators
Read this page.
9.4: SQL Aggregate Functions
Read this page.
9.5: Special Operators
9.5.1: Like
Read this page.
9.5.2: Between
Read this page.
9.5.3: In
Read this page.
9.5.4: Wildcards
Read this page.
9.5.5: Top
Read this page.
9.6: The Order by Clause
Read this page.