Developing SQL Databases (Course 20762A)
nanforiberica


Acerca de este Curso
Perfil de audiencia
The primary audience for this course is IT Professionals who want to become skilled on SQL Server 2016 product features and technologies for implementing a database.
The secondary audiences for this course are individuals who are developers from other product platforms looking to become skilled in the implementation of a SQL Server 2016 database.
Al finalizar el curso
-
Design and Implement Tables.
-
Describe advanced table designs
-
Ensure Data Integrity through Constraints.
-
Describe indexes, including Optimized and Columnstore indexes
-
Design and Implement Views.
-
Design and Implement Stored Procedures.
-
Design and Implement User Defined Functions.
-
Respond to data manipulation using triggers.
-
Design and Implement In-Memory Tables.
-
Implement Managed Code in SQL Server.
-
Store and Query XML Data.
-
Work with Spatial Data.
-
Store and Query Blobs and Text Documents.
Pre-requisitos
-
Basic knowledge of the Microsoft Windows operating system and its core functionality.
-
Working knowledge of Transact-SQL.
-
Working knowledge of relational databases.
Detalles del curso
Module 1: Introduction to Database Development
- Introduction to the SQL Server Platform
- SQL Server Database Development Tasks
After completing this module, you will be able to:
- Describe the SQL Server platform.
- Use SQL Server administration tools.
- Designing Tables
- Data Types
- Working with Schemas
- Creating and Altering Tables
After completing this module, you will be able to:
- Design Tables
- Describe the various types of data
- Be able to work with schemas
- Be able to create and amend tables
- Partitioning data
- Compressing Data
- Temporal Tables
After completing this module, you will be able to:
- Describe how data can be partitioned
- Describe how data can be compressed.
- Describe Temporal tables
- Enforcing data Integrity
- Implementing Domain Integrity
- Implementing Entity and Referential Integrity
After completing this module, you will be able to:
- Describe how to enforce data integrity
- Describe how to implement domain integrity
- Describe how to implement entity and referential integrity
- Core Indexing Concepts
- Data Types and Indexes
- Single Column and Composite Indexes
After completing this module, you will be able to:
- Explain the need for indexes and describe the core concepts of index design
- Choose appropriate data types for indexes
- Design single column and composite indexes
- Covering Indexes
- Managing Indexes
- Execution Plans
- Using the DTE
After completing this module, you will be able to:
- Choose an appropriate table structure
- Implement clustered indexes and heaps
- Introduction to Columnstore indexes
- Creating Columnstore indexes
- Working Columnstore indexes
After completing this module, you will be able to:
- Describe suitable scenarios for Columnstore indexes
- Create clustered and non-clustered Columnstore indexes
- Describe considerations for updating non-clustered Columnstore indexed tables
- Introduction to views
- Creating and managing views
- Performance considerations for views
After completing this module, you will be able to:
- Explain the concept of views
- Design, Create and Alter Views
- Create Partitioned Views
- Introduction to Stored Procedures
- Working with Stored Procedures
- Implementing Parameterized Stored Procedures
- Controlling Execution Context
After completing this module, you will be able to:
- Design, Create and Alter Stored Procedures
- Control the Execution Context of Stored Procedures
- Implement Stored Procedures that use Parameters
- Overview of Functions
- Designing and Implementing Scalar Functions
- Designing and Implementing Table-Valued Functions
- Implementation Considerations for Functions
- Alternatives to Functions
After completing this module, you will be able to:
- Design, create and alter scalar functions
- Design, create and alter table-valued functions
- Describe the performance impacts of functions
- Designing DML Triggers
- Implementing DML Triggers
- Advanced Trigger Concepts
After completing this module, you will be able to:
- Design DML triggers
- Implement DML triggers
- Work with Nested and Recursive Triggers
- In-Memory tables
- Native Stored Procedures
After completing this module, you will be able to:
- Implement in-memory tables
- Implement native stored procedures
- Introduction to SQL CLR Integration
- Importing and Configuring Assemblies
- Implementing SQL CLR Integration
After completing this module, you will be able to:
- Describe SQL CLR Integration
- Detail appropriate use cases for SQL CLR Integration
- Implement SQL CLR code
- Introduction to XML and XML Schemas
- Storing XML Data and Schemas in SQL Server
- Implementing the XML Data Type
- Using the T-SQL FOR XML Statement
- Getting Started with xQuery
After completing this module, you will be able to:
- Explain the purpose and structure of XML and XML schemas
- Describe how XML data and schemas can be stored in SQL Server
- Implement the XML data type
- Introduction to Spatial Data
- Working with SQL Server Spatial Data Types
- Using Spatial Data in Applications
After completing this module, you will be able to:
- Describe how spatial data can be stored in SQL Server
- Use basic methods of the GEOMETRY and GEOGRAPHY data types
- Query databases containing spatial data
- Considerations for BLOB Data
- Working with FileStream
- Using Full-Text Search
After completing this module, you will be able to:
- Describe the need for full-text indexing in SQL Server
- Implement a full-text index
- Perform basic full-text queries