Introduction
Get to know SQL Server 2022
()
What you should know
()
Explore 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 into the server
()
Enable the system administrator (SA) account
()
3. SQL Server Management Studio
Tour the SSMS interface
()
Install a sample database
()
Create a new database on the server
()
Understand SQL data types
()
Create a data table
()
Import data from a file
()
4. Write Transact-SQL Commands
Create a SELECT statement
()
Use functions to calculate values
()
Join data from multiple tables
()
Write an UPDATE statement
()
Add data with an INSERT statement
()
Create a view of the data
()
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
()
Ex_Files_Learning_MSFT_SQL_Server_2022.zip
(27 KB)