DP-080 Querying Data with Microsoft Transact-SQL (DP-080) Active Learning
"De coach was goed, veel kennis en stond open voor vragen. Echter was mijn verwachting mbt de leervorm active learning wellicht te hoog. Geen introductie maar direct beginnen met de stof. Als je vragen had stond de coach voor je klaar. Enige ervaring met de stof wel aanbevolen." - 30-05-2022 06:07
"De coach was goed, veel kennis en stond open voor vragen. Echter was mijn verwachting mbt de leervorm active learning wellicht te hoog. Geen… alles lezen - 30-05-2022 06:07
Startdata en plaatsen
placeEindhoven 12 okt. 2023 tot 13 okt. 2023 |
placeOnline 12 okt. 2023 tot 13 okt. 2023 |
placeEindhoven 16 okt. 2023 tot 17 okt. 2023 |
placeOnline 16 okt. 2023 tot 17 okt. 2023 |
placeEindhoven 17 okt. 2023 tot 18 okt. 2023 |
placeOnline 17 okt. 2023 tot 18 okt. 2023 |
placeEindhoven 18 okt. 2023 tot 19 okt. 2023 |
placeOnline 18 okt. 2023 tot 19 okt. 2023 |
placeEindhoven 19 okt. 2023 tot 20 okt. 2023 |
placeOnline 19 okt. 2023 tot 20 okt. 2023 |
placeOnline 30 okt. 2023 tot 31 okt. 2023 |
placeVianen 30 okt. 2023 tot 31 okt. 2023 |
placeOnline 31 okt. 2023 tot 1 nov. 2023 |
placeVianen 31 okt. 2023 tot 1 nov. 2023 |
placeOnline 1 nov. 2023 tot 2 nov. 2023 |
placeVianen 1 nov. 2023 tot 2 nov. 2023 |
placeOnline 2 nov. 2023 tot 3 nov. 2023 |
placeVianen 2 nov. 2023 tot 3 nov. 2023 |
placeOnline 6 nov. 2023 tot 7 nov. 2023 |
placeVianen 6 nov. 2023 tot 7 nov. 2023 |
Beschrijving
Train met korting met het STAP Budget
Alle trainingen van Master IT komen in aanmerking voor subsidie met het STAP Budget. Geef bij je aanmelding aan dat je gebruik wilt maken van het STAP-budget om €1000 korting te krijgen op jouw IT-training!
Volg de DP-080 training Querying Data with Microsoft Transact-SQL. Deze training leert de basis van Microsoft's dialect van de standaard SQL-taal: Transact-SQL. Onderwerpen zijn onder meer het opvragen en wijzigen van gegevens in relationele databases die worden gehost in op Microsoft SQL Server gebaseerde databasesystemen, waaronder: Microsoft SQL Server, Azure SQL Database en Azure Synapse Analytics.
Na afronding van deze training kun je onder andere:
- SQL Server-querytools gebruiken
- Data sorteren en filteren
- Data wijzigen met Transact-SQL met behulp van INSERT, UPDATE, DELETE en MERGE
Deze training bevat Engelstalig lesmateriaal en kan gegeven worden door een Nederlands- of Engelsspreke…
Veelgestelde vragen
Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.
Train met korting met het STAP Budget
Alle trainingen van Master IT komen in aanmerking voor subsidie met het STAP Budget. Geef bij je aanmelding aan dat je gebruik wilt maken van het STAP-budget om €1000 korting te krijgen op jouw IT-training!
Volg de DP-080 training Querying Data with Microsoft Transact-SQL. Deze training leert de basis van Microsoft's dialect van de standaard SQL-taal: Transact-SQL. Onderwerpen zijn onder meer het opvragen en wijzigen van gegevens in relationele databases die worden gehost in op Microsoft SQL Server gebaseerde databasesystemen, waaronder: Microsoft SQL Server, Azure SQL Database en Azure Synapse Analytics.
Na afronding van deze training kun je onder andere:
- SQL Server-querytools gebruiken
- Data sorteren en filteren
- Data wijzigen met Transact-SQL met behulp van INSERT, UPDATE, DELETE en MERGE
Deze training bevat Engelstalig lesmateriaal en kan gegeven worden door een Nederlands- of Engelssprekende trainer.
This course will teach the basics of Microsoft's dialect of the standard SQL language: Transact-SQL. Topics include both querying and modifying data in relational databases that are hosted in Microsoft SQL Server-based database systems, including: Microsoft SQL Server, Azure SQL Database and, Azure Synapse Analytics.- Use SQL Server query tools
- Write SELECT statements to retrieve columns from one or more tables
- Sort and filter selected data
- Use built-in functions to returned data values
- Create groups of data and aggregate the results
- Modify data with Transact-SQL using INSERT, UPDATE, DELETE and MERGE
Lesmethode
Bij Master IT train je met onze unieke lesmethode Active Learning, hiermee leer je aantoonbaar effectiever!
Wij zjn er namelijk van overtuigd dat je slimmer en met meer plezier leert als je actief met je lesstof omgaat. Onze klassen zijn gevuld met maximaal 8 cursisten. Hierbij luister je niet passief naar een trainer, maar ga je interactief en 1-op-1 met de trainer aan de slag om ervoor te zorgen dat jouw leerdoelen behaald worden. De theorie maak je je zoveel mogelijk zelf eigen, de nadruk van de begeleiding ligt op het begrijpen en toepassen van die theorie in de praktijk. Zo leer je alleen datgene wat je echt nodig hebt.
- Je bepaalt zelf je leertempo.
- De trainer coacht je bij het definiëren van jouw leertraject.
- Je onthoudt en begrijpt je nieuwe kennis beter.
- Alles draait om toepassing van de stof in jouw praktijk.
Doelgroep
This course can be valuable for anyone who needs to write basic SQL or Transact-SQL queries. This includes anyone working with data as a data analyst, a data engineer, a data scientist, a database administrator or a database developer. It can also be useful for others peripherally involved with data, or wanting to learn more about working with data such as solution architects, students and technology managers.This course can be valuable for anyone who needs to write basic SQL or Transact-SQL queries. This includes anyone working with data as a data analyst, a data engineer, a data scientist, a database administrator or a database developer. It can also be useful for others peripherally involved with data, or wanting to learn more about working with data such as solution architects, students and technology managers.Voorkennis
Everyone that wants to start with writing basic SQL or Transact-SQL queries can start with this training.Everyone that wants to start with writing basic SQL or Transact-SQL queries can start with this training.Onderdelen
Module 1: Getting Started with Transact-SQLIn this module you will learn about the basics of the Transact-SQL (T-SQL) language, as well as general properties and terminology of relational databases. This module will also introduce the basic SELECT statement for retrieving data from a table.
Lessons-
Introduction to Transact-SQL
-
Using the SELECT statement
After completing this module, students will be able to:
-
Using a query tool to write and execute queries in Transact-SQL
-
Understand the basic concepts of relational database and the T-SQL language
-
Write SELECT statements to retrieve data from a relational database table
-
Understand basic datatypes and how they are used
-
Understand the basics of NULL values
In the module you will learn how to control what data is returned, the order in which it is returned. You will use the ORDER BY clause, with and without paging. You will learn about various kinds of filters that can be used in the WHERE clause to control which data rows are returned. You will also learn how to manage the results by removing duplicates with DISTINCT.
Lessons-
Sorting query results
-
Filtering the data
After completing this module, students will be able to:
-
Use ORDER BY to sort results from a T-SQL SELECT statement
-
Add a TOP clause to limit the ordered rows returned
-
Page the sorted data with OFFSET-FET
-
Write WHERE clauses to filter the rows returned
-
Use DISTINCT to eliminate duplicate rows in the results
In this module, you will explore T-SQL queries which access data from multiple tables with various kinds of JOIN operations and simple subqueries.
Lessons-
Using JOIN operations
-
Using subqueries
After completing this module, students will be able to:
-
Write queries accessing data from multiple tables using JOIN operations
-
Understand the differences between type of JOIN operations: INNER JOIN, OUTER JOIN, CROSS JOIN
-
Understand how to join a table to itself with a self-join
-
Write subqueries within a SELECT statement
-
Understand the difference between scalar and multi-valued subqueries
-
Understand the difference between correlated and self-contained subqueries
In the module you will explore the use of built-in functions for returning computed or special values in the SELECT list or in the WHERE clause. Functions include math functions, string functions and system functions. There are other types of functions that will be mentioned, but not discussed in detail. You will also learn how to combine rows of data into a single group, providing summary information for the group such as SUM, MIN or MAX.
Lessons-
Getting started with scalar functions
-
Grouping aggregated results
After completing this module, students will be able to:
-
Write queries using scalar functions
-
Write queries using aggregate functions
-
Use GROUP BY to combine data into groups based on a common column value
-
Understand how HAVING is used to filter groups of rows
In this module, you will learn the T-SQL statements for modifying table data including UPDATE, DELETE and MERGE as well as various options for INSERT including creating a new table with data from an existing table. You will also look at how to have the system automatically supply values for columns as the data is inserted.
Lessons-
Inserting data into tables
-
Modifying and deleting data
After completing this module, students will be able to:
-
Insert data into an existing table
-
Specify that a column should be automatically populating with an IDENTITY or a SEQUENCE value
-
Modify data using the UPDATE statement
-
Delete data using the DELETE statement
-
Modify data using MERGE to synchronize two tables
In this module you will learn about the basics of the Transact-SQL (T-SQL) language, as well as general properties and terminology of relational databases. This module will also introduce the basic SELECT statement for retrieving data from a table.
Lessons-
Introduction to Transact-SQL
-
Using the SELECT statement
After completing this module, students will be able to:
-
Using a query tool to write and execute queries in Transact-SQL
-
Understand the basic concepts of relational database and the T-SQL language
-
Write SELECT statements to retrieve data from a relational database table
-
Understand basic datatypes and how they are used
-
Understand the basics of NULL values
In the module you will learn how to control what data is returned, the order in which it is returned. You will use the ORDER BY clause, with and without paging. You will learn about various kinds of filters that can be used in the WHERE clause to control which data rows are returned. You will also learn how to manage the results by removing duplicates with DISTINCT.
Lessons-
Sorting query results
-
Filtering the data
After completing this module, students will be able to:
-
Use ORDER BY to sort results from a T-SQL SELECT statement
-
Add a TOP clause to limit the ordered rows returned
-
Page the sorted data with OFFSET-FET
-
Write WHERE clauses to filter the rows returned
-
Use DISTINCT to eliminate duplicate rows in the results
In this module, you will explore T-SQL queries which access data from multiple tables with various kinds of JOIN operations and simple subqueries.
Lessons-
Using JOIN operations
-
Using subqueries
After completing this module, students will be able to:
-
Write queries accessing data from multiple tables using JOIN operations
-
Understand the differences between type of JOIN operations: INNER JOIN, OUTER JOIN, CROSS JOIN
-
Understand how to join a table to itself with a self-join
-
Write subqueries within a SELECT statement
-
Understand the difference between scalar and multi-valued subqueries
-
Understand the difference between correlated and self-contained subqueries
In the module you will explore the use of built-in functions for returning computed or special values in the SELECT list or in the WHERE clause. Functions include math functions, string functions and system functions. There are other types of functions that will be mentioned, but not discussed in detail. You will also learn how to combine rows of data into a single group, providing summary information for the group such as SUM, MIN or MAX.
Lessons-
Getting started with scalar functions
-
Grouping aggregated results
After completing this module, students will be able to:
-
Write queries using scalar functions
-
Write queries using aggregate functions
-
Use GROUP BY to combine data into groups based on a common column value
-
Understand how HAVING is used to filter groups of rows
In this module, you will learn the T-SQL statements for modifying table data including UPDATE, DELETE and MERGE as well as various options for INSERT including creating a new table with data from an existing table. You will also look at how to have the system automatically supply values for columns as the data is inserted.
Lessons-
Inserting data into tables
-
Modifying and deleting data
After completing this module, students will be able to:
-
Insert data into an existing table
-
Specify that a column should be automatically populating with an IDENTITY or a SEQUENCE value
-
Modify data using the UPDATE statement
-
Delete data using the DELETE statement
-
Modify data using MERGE to synchronize two tables
"De coach was goed, veel kennis en stond open voor vragen. Echter was mijn verwachting mbt de leervorm active learning wellicht te hoog. Geen introductie maar direct beginnen met de stof. Als je vragen had stond de coach voor je klaar. Enige ervaring met de stof wel aanbevolen." - 30-05-2022 06:07
"De coach was goed, veel kennis en stond open voor vragen. Echter was mijn verwachting mbt de leervorm active learning wellicht te hoog. Geen… alles lezen - 30-05-2022 06:07
Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.