Introduction
Welcome
()
What you should know
()
Exploring the code challenge environment
()
1. Getting Started
What is SQL Server?
()
Understand the editions of SQL Server
()
Installing SQL Server
()
2. Working with the Server
Configure and start the server
()
Log in to the server
()
Locate SQL Server documentation
()
3. SQL Server Management Studio (SSMS)
Tour the SSMS interface
()
Install a sample database
()
Create a new database on the server
()
Understand SQL data types
()
Create a data table
()
Join tables together with keys
()
4. Write Transact-SQL Commands
Solution: Select data from a table
()
Solution: Join related tables with a query
()
Solution: Use functions to calculate values
()
Solution: Update the data stored in a table
()
Create a SELECT statement
()
Use functions to calculate values
()
Write an UPDATE statement
()
Add data with an INSERT statement
()
Create a view of the data
()