Simple SQL Queries Begin!
This category deals with the basics of SQL. It covers select and where clauses, case expressions, unions, and a few other odds and ends.
- Retrieve everything from a table
- Retrieve specific columns from a table
- Control which rows are retrieved
- Control which rows are retrieved - part 2
- Basic string searches
- Matching against multiple possible values
- Classify results into buckets
- Working with dates
- Removing duplicates, and ordering results
- Combining results from multiple queries
- Simple aggregation
- More aggregation