This 2-day entry-level course examines the services and features of Microsoft SQL 2022. The content focuses on database tables, adding and changing data, creating and using stored procedures, entity relationships, and indexes.
Why choose this course?
Meticulous content relevance, tailored to Microsoft SQL 2022.
Content on obsolete technology has been removed.
Offers an array of demonstrations that bolster the learning material.
Expert instructional design ensures a superior learning experience.
Labs are developed by Waypoint in parallel with courseware, so they are 100% aligned. Benefits:
Conceptualize data organization in a database.
Identify various types of databases.
Retrieve information from a database using SQL, Transact-SQL (T-SQL), and other languages .
Normalize and denormalize data stored in a database
Who Can Benefit:
The primary audience for this course is people who are moving into a database role, or whose role has expanded to include database technologies. Developers that deliver content from SQL Server databases will also benefit from this material.
Prerequisites
This is a foundation level course and therefore only requires general computer literacy.
*Course Cost listed does not include the cost of courseware or exam. Course is subject to a minimum enrollment to run. Course may run virtually as a Virtual Instructor-Led (VILT) class if the minimum enrollment is not met. If the course is under the minimum enrollment the course may run as 1 day class (Bootcamp Style). For more information, please contact learn@vtec.org or call 207-775-0244.
To create databases that are effective, usable, and more secure, it’s necessary for you to choose the types of data, properties, and constraints you implement in your database tables.
This module covers why it’s essential to use schemas and views to improve organization and security as you grow your database.
Identify and use Microsoft SQL Server data types
Create tables with SQL, Altering and dropping a table
Collect information from multiple tables by using joins and views
Lab 1: Create and alter a table in Microsoft SQL Server, Create and retrieve a view that uses the JOIN statement in Microsoft SQL Server
Lab 2: Create and alter a table in Microsoft SQL Server
Lab 3: Create and retrieve a view that uses the JOIN statement in Microsoft SQL Server
This module covers using statements to add, alter, and remove rows in a table. It also covers creating stored procedures and using input parameters in stored procedures.
Insert, update, and delete information
Lab 1: Add and change data in SQL Server
Lab 2: Create and use stored procedures in Microsoft SQL Server
This module covers writing effective and performant queries and using clustered and non-clustered indexes. It also discusses concurrency issues and the transactions and isolation levels you can use to
address them.
Indexes
Write performant SQL code
Concurrency
Lab 1: Create indexes and consult execution plans in Microsoft SQL Server Management Studio