1. Discovering the Database
Using SQL Server Management Studio (SSMS)
()
Identifying table relationships
()
SSMS diagram support
()
Preparing to write SQL
()
2. Accessing Tables
The basic SELECT statement
()
Combining two tables with a join
()
Combining multiple tables with a join
()
3. Filtering the Data
Filtering the data
()
Using functions
()
4. Displaying Data
Defining the result set
()
Manipulating numbers and data types
()
Using conditional column output
()
Controlling output rows
()
5. Aggregating Data
Grouping data
()