Introduction
Transform your powerful data with SQL Server 2019
()
What you should know
()
Explore the code challenge environment
()
1. Get Started with SQL Server
What is SQL Server?
()
Understand the editions of SQL Server
()
Install SQL Server
()
2. Work with the Server
Configure and start the server
()
Log into the server
()
Locate SQL Server documentation
()
3. SQL Server Management Studio
Create a new database on the server
()
Create a data table
()
Tour the SSMS interface
()
Install a sample database
()
Understand SQL data types
()
Join tables together with keys
()
4. Write Transact-SQL Commands
Add data with an INSERT statement
()
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
()
Create a view of the data
()