Querying Data with Microsoft Transact-SQL (DP-080)
- Tijdsduur
- Locatie
- Op locatie, Online
- Startdatum en plaats


Winnaar Beste opleider van Nederland 2020: #2 in Automatisering & ICT/IT en #3 beste grote opleider.
Winnaar Beste opleider van Nederland 2018: #2 in Automatisering & ICT/IT.
Winnaar Beste opleider van Nederland 2017: #1 in Automatisering & ICT/IT.
Lees meer over Beste Opleider van Nederland 2020.Startdata en plaatsen
computer Online: Online hybride training (combi op locatie en online) / Taal: EN 9 nov. 2023 tot 10 nov. 2023 |
placeAmsterdam / Taal: NL 23 nov. 2023 tot 24 nov. 2023 |
computer Online: Online hybride training (combi op locatie en online) / Taal: NL 23 nov. 2023 tot 24 nov. 2023 |
placeNieuwegein / Taal: NL 21 dec. 2023 tot 22 dec. 2023 |
computer Online: Online hybride training (combi op locatie en online) / Taal: NL 21 dec. 2023 tot 22 dec. 2023 |
placeAmsterdam / Taal: EN 4 mrt. 2024 tot 5 mrt. 2024 |
computer Online: Online hybride training (combi op locatie en online) / Taal: EN 4 mrt. 2024 tot 5 mrt. 2024 |
computer Online: Online hybride training (combi op locatie en online) / Taal: EN 3 jun. 2024 tot 4 jun. 2024 |
computer Online: Online hybride training (combi op locatie en online) / Taal: EN 5 sep. 2024 tot 6 sep. 2024 |
placeNieuwegein / Taal: NL 2 dec. 2024 tot 3 dec. 2024 |
computer Online: Online hybride training (combi op locatie en online) / Taal: NL 2 dec. 2024 tot 3 dec. 2024 |
Beschrijving
SignOn ICT Trainingen+ verzorgt al ruim 20 jaar ICT trainingen en consultancy in heel Nederland.
- Beste ICT Opleider van Nederland 2017, 2018, 2020 & 2021
- Hoge opleiderscore 9.4/10
- Microsoft Partner Silver Data Analytics
- CEDEO gecertificeerd
- PE- erkend
- Cursuslocaties van topkwaliteit
- Klassikaal op locatie | Klassikaal online | In-company / Maatwerk | Individeel | E-Learning
- Unieke switchgarantie
- Unieke nazorg en consultancy
Microsoft DP-080 Training
In deze 2-daagse DP-080 training leer je de basics Microsoft's dialect van de standaard SQL taal: Transact-SQL (T-SQL). Onderwerpen die aanbod komen zijn: query's, wijzigen van gegevens in relationele databases die gehost worden in Microsoft SQL Server-gebaseerde databasesystemen, waaronder: Microsoft SQL Server, Azure SQL Database en, Azure Synapse Analytics.Voor wie?
Wil jij basis SQL of Transact-SQL (T-SQL) queries schrijven? Dan is deze cursus geschikt voor jou. Wij zien vaak deelnemers met de volgende functies in deze cursus: data analysten, data engineers, data scientist, database administrator en database developers. Maar ook andere deelnemers die veel met d…
Veelgestelde vragen
Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.
SignOn ICT Trainingen+ verzorgt al ruim 20 jaar ICT trainingen en consultancy in heel Nederland.
- Beste ICT Opleider van Nederland 2017, 2018, 2020 & 2021
- Hoge opleiderscore 9.4/10
- Microsoft Partner Silver Data Analytics
- CEDEO gecertificeerd
- PE- erkend
- Cursuslocaties van topkwaliteit
- Klassikaal op locatie | Klassikaal online | In-company / Maatwerk | Individeel | E-Learning
- Unieke switchgarantie
- Unieke nazorg en consultancy
Microsoft DP-080 Training
In deze 2-daagse DP-080 training leer je de basics Microsoft's dialect van de standaard SQL taal: Transact-SQL (T-SQL). Onderwerpen die aanbod komen zijn: query's, wijzigen van gegevens in relationele databases die gehost worden in Microsoft SQL Server-gebaseerde databasesystemen, waaronder: Microsoft SQL Server, Azure SQL Database en, Azure Synapse Analytics.Voor wie?
Wil jij basis SQL of Transact-SQL (T-SQL) queries schrijven? Dan is deze cursus geschikt voor jou. Wij zien vaak deelnemers met de volgende functies in deze cursus: data analysten, data engineers, data scientist, database administrator en database developers. Maar ook andere deelnemers die veel met data werken of meer willen leren over werken met data zoals solution architects en IT managers en IT medewerkers. Twijfel je of jouw kennis/ervaring aansluit bij deze DP-080 cursus? Neem dan contact met ons op voor vrijblijvend advies.Wat levert deze DP-080 training jou op?
Na het volgen van de 'Querying Data with Microsoft Transact-SQL (DP-080)' training beschik je over de volgende kennis en vaardigheden:- Use SQL Server query tools
- Write SELECT statements to retrieve columns from one or more tables
- Sort and filter selected data
Voorkennis
Er is geen specifieke voorkennis benodigd.Taal
Deze training wordt in het Engels en Nederlands gegeven.Lesmateriaal
Bij de training ontvang je Microsoft Official Courseware. De lestijden zijn van 9.00 tot 16.30.Examen
Aan deze training is geen examen gekoppeld. Je ontvangt een certificaat van deelname.Vervolgtraining
Wil je na deze Microsoft DP-080 Training training je kennis verder uitbreiden? Kijk dan eens naar de DP-300 training of Power BI training of andere Azure training.Lesprogramma – Querying Data with Microsoft Transact-SQL (DP-080)
Module 1: Getting Started with Transact-SQL
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
Lab : Get started with SQL Server query tools and writing queries in T-SQL
After completing this module, you 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
Module 2: Sorting and Filtering Query Results
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
Lab : Sort and filter data returned by SELECT queries
After completing this module, you 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
Module 3: Using Joins and Subqueries
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
Lab : Write queries with JOIN operations
Lab : Write SELECT statements using subqueries
After completing this module, students you 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
Module 4: Using Built-in Functions
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
Lab : Built-in functions
After completing this module, you 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
Module 5: Modifying Data
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
Lab : Modify data
After completing this module, you 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
Lesmethodes
Kies de lesmethode die het best bij je past. Deze training kun je op de volgende manieren volgen:
-
Online hybride training (combi op locatie & online)
Deze training vindt plaats via Zoom met een live trainer. Het is een combinatie van een klassikale training op locatie en een online training. -
Klassikaal op locatie
Deze training wordt gegeven op verschillende trainingslocaties in Nederland. Net als bij de Virtual Classroom training zijn er medewerkers van verschillende bedrijven aanwezig. Volledig verzorgd, inclusief uitgebreide lunch. Handig! Wil je na je inschrijving toch wisselen van lesmethode? Maak dan gebruik van onze SwitchGarantie. Je kunt dan gratis, tot 3 werkdagen voor aanvang van de cursus, wisselen van lesmethode. -
In-company / Maatwerk
In een op maat gemaakte training wordt alleen datgene behandeld dat relevant is voor jouw werksituatie en/of bedrijf. Dit maakt deze training zeer effectief. Beschikbaar in het Nederlands, Engels en Duits. Afhankelijk van het aantal deelnemers kan de korting wel oplopen tot 50% t.o.v. de Klassikale Training. Meer info of scherpe offerte aanvragen.
Microsoft Partner – Silver Data Analytics
SignOn bezit de status Microsoft Partner – Silver Data Analytics en toont daarmee aan dat de kennis, vaardigheden en prestaties van een bijzonder hoog niveau zijn. We laten hiermee zien volledig op de hoogte te zijn van de nieuwste technieken over Microsoft Power BI en Big Data.Microsoft Certified Trainers
Onze Microsoft Certified Trainers (MCT) zijn experts in hun vakgebied en gecertificeerd volgens de voorwaarden van Microsoft. Naast het geven van trainingen werken ze ook in projecten en kennen als geen ander de dagelijkse praktijk. Daardoor weten zij waar cursisten dagelijks mee te maken krijgen en tegen aan kunnen lopen. Zij gebruiken hun praktijkervaring ter verrijking van de theorie in de klas.Cedeo erkenning: wat betekent dit voor u?
Cedeo is een begrip als het gaat om opleidingen. Er zijn circa 300 Cedeo-erkende instituten in Nederland. Met een keuze voor een Cedeo-erkende leverancier weet u daarom zeker dat u een keuze maakt voor één van de betere opleidingsinstituten.SignOn en het UWV
SignOn ICT Trainingen+ is erkend scholingspartner van het UWV. SignOn ICT Trainingen+ is één van de weinige ICT opleidingen organisaties die door het UWV erkend is om opleidingen te verzorgen om mensen weer te helpen bij het terugkeren in het arbeidsproces.Blijf op de hoogte van nieuwe ervaringen
Deel je ervaring
Heb je ervaring met deze cursus? Deel je ervaring en help anderen kiezen. Als dank voor de moeite doneert Springest € 1,- aan Stichting Edukans.Er zijn nog geen veelgestelde vragen over dit product. Als je een vraag hebt, neem dan contact op met onze klantenservice.