Menu
EUR
Nu 10% korting op alle Microsoft-certificeringen! Bekijk aanbod
Introduction to SQL Training
€192,39 €159,00
In winkelwagen
Introduction to SQL Training
(0)
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training
Introduction to SQL Training

Introduction to SQL Training

€192,39 €159,00 Incl. btw Excl. btw
Op voorraad

Bestel deze unieke E-Learning cursus Introduction to SQL Training, 1 jaar 24/ 7 toegang tot rijke interactieve video’s, voortgangs door rapportage en testen. Lees meer.

Volume voordeel
No discount
1 Piece
€192,39 €159,00
2% Korting
2 Pieces
€188,54 €155,82 / Stuk
3% Korting
3 Pieces
€186,62 €154,23 / Stuk
4% Korting
4 Pieces
€184,69 €152,64 / Stuk
5% Korting
5 Pieces
€182,77 €151,05 / Stuk
10% Korting
10 Pieces
€173,15 €143,10 / Stuk
15% Korting
25 Pieces
€163,53 €135,15 / Stuk
20% Korting
50 Pieces
€153,91 €127,20 / Stuk
Maak een keuze
standaardprijs
106750835
Op voorraad
Voor 17:00 uur besteld! Start vandaag. Gratis Verzending.
106750835
€192,39 €159,00
  • Officieel examen
    Online of fysiek
  • Start nu – bekroonde e-learning
    Inclusief proefexamens & 24/7
  • ISO 9001 & 27001 werkwijze
    1000+ organisaties gingen u voor
  • Maatwerk & gratis intake
    Inclusief nulmeting bij training

Productomschrijving

Introduction to SQL E-Learning Training

Bestel deze unieke E-Learning cursus Introduction to SQL online!
✔️ 1 jaar 24/7 toegang tot rijke interactieve video’s, spraak, voortgangsbewaking door middel van rapportages en testen per hoofdstuk om je kennis direct te toetsen.

Waarom kiezen voor deze opleiding?

SQL (Structured Query Language) is een van de meest gebruikte databasebeheertalen ter wereld. Deze training biedt een uitgebreide introductie tot SQL, waarmee je leert hoe je relationele databases kunt bouwen, beheren en analyseren.

Met de opgedane kennis kun je:

  • Databases ontwerpen en beheren met SQL als kerntechnologie.
  • Complexe queries uitvoeren om nuttige inzichten te verkrijgen uit grote datasets.
  • Praktische ervaring opdoen met verschillende databasebeheersystemen (DBMS).
  • De basisprincipes van databasetheorie en -ontwerp leren, zodat je zelfverzekerd databases kunt creëren en optimaliseren.

Wat je leert in deze cursus:

  • SQL-architectuur: Begrijp de structuur en werking van SQL.
  • Databasetheorie: Leer over relationele datamodellen en de basisprincipes van databaseontwerp.
  • Query-opbouw: Creëer, lees, update en verwijder data (CRUD-operaties) binnen relationele databases.
  • SQL-gegevensmanipulatie: Gebruik functies, joins en subqueries om gegevens effectief te analyseren.
  • Beheer en beveiliging: Beheers de best practices voor databasebeheer en beveiliging.

Wie zou moeten deelnemen?

Deze opleiding is perfect voor:

  • IT-professionals die hun vaardigheden willen uitbreiden met kennis van databases en SQL.
  • Data-analisten die inzicht willen krijgen in hoe ze met SQL nuttige data kunnen verzamelen en analyseren.
  • Ontwikkelaars en programmeurs die relationele databases willen integreren in hun applicaties.
  • Beginners die geen eerdere ervaring hebben met databases maar een sterke basis willen leggen in SQL.

Demo Introduction to SQL Training

Cursusinhoud

SQL Database in a Nutshell

Course: 1 Hour

  • Course Introduction
  • Introduction to the Database Concept
  • The Relation of Data and the Various Databases
  • Variations of Query
  • Dissecting the Code behind Structured Query Language
  • Introduction to the SQL Syntax
  • Understanding Data Types
  • Ready to Create a Database

Playing with Tables

Course: 59 Minutes

  • How to Create a Table
  • Tables by Example
  • Adding Data Using INSERT Statement
  • Creating More Complex Tables
  • Changing an Existing Table
  • Deleting an Existing Table
  • Quick Peek Using SELECT Statement
  • Learning the NULL Statement
  • Why use DEFAULT?

Managing Data the SQL Way

Course: 49 Minutes

  • SELECT in More Detail
  • Selecting Data from More Than One Table
  • Query Your Data Types in SQL
  • Deleting a Record Using a DELETE Query
  • Introduction to Using UPDATE
  • Ordering Results with ORDER BY
  • Filter Results with WHERE Clause
  • Use Case Example Using Data Management Components

Practice: Basics of SQL

Course: 5 Minutes

  • Exercise: SQL Main Components and Why They're Used

Creating Tables

Course: 18 Minutes

  • Course Introduction
  • The PRIMARY KEY Rules
  • Using CREATE TABLE with PRIMARY KEY Constraint
  • Using ALTER TABLE with a PRIMARY KEY Constraint

Using ALTER to Rewrite Data

Course: 18 Minutes

  • Table Altering
  • ALTER and CHANGE
  • DROP COLUMN Introduction
  • Using DROP COLUMN, ALTER, and CHANGE in SQL

Manipulating Data Using SQL Arithmetic

Course: 8 Minutes

  • Basic Math Operators and Functions
  • Understanding Rounding Numbers in SQL

Grouping and Aggregating Data Using SQL

Course: 31 Minutes

  • Using MIN and MAX in SQL
  • AVG and GROUP BY
  • Limit Results Using LIMIT and SELECT DISTINCT
  • Use Case Example Using SQL Arithmetic and Grouping

Introducing String Functions

Course: 33 Minutes

  • Introduction to SUBSTRING() Function
  • LENGTH() Function
  • REVERSE() Function
  • TRIM() Function
  • Date Functions
  • SOUNDEX() and DIFFERENCE() Functions
  • Putting String Functions Together

Practice: Managing Data with SQL

Course: 7 Minutes

  • Exercise: Recognizing SQL Data Processes

Multi-table Database Architecture in SQL

Course: 48 Minutes

  • Course Introduction
  • Introduction to Multi-Table Architecture
  • Connecting Tables Together
  • Creating Tables with a FOREIGN KEY
  • Patterns of Data in SQL
  • SQL Composite Keys Using Multiple Values
  • Functional Dependencies
  • Use Case Example Using Functional Dependencies

SQL Joins and Multi-table Operations

Course: 31 Minutes

  • INNER JOINs – An Introduction
  • EQUI JOINs and NON-EQUI JOINs
  • OUTER JOINs
  • Multiple Conditions Using Multiple JOINs
  • UNION Operator and Combining Results

Subquery – Queries Inside of More Queries

Course: 57 Minutes

  • Introduction to Subquery
  • Using query as a SELECT Column
  • Correlated and Noncorrelated Queries
  • Example of a Query with a Natural Join
  • Using IN, NOT IN in SQL
  • Correlated Query with EXISTS and NOT EXISTS
  • Using HAVING Clause with Queries
  • Using Queries with the UPDATE Statement
  • Using Queries with INSERT Statement
  • Using Queries with DELETE FROM Statement

Look at Advanced Queries in SQL

Course: 17 Minutes

  • Working with Difficult Queries
  • Tips for Efficient Queries

Practice: Multi-tables, Joins, and Advanced Queries

Course: 6 Minutes

  • Exercise: Multilevel Architecture with a Twist

The Big Picture

Course: 39 Minutes

  • Course Introduction
  • Introduction to Views
  • Creating a View
  • Types of Views in SQL
  • Updating Views in SQL
  • Dropping Views

Grouping Statements Using Transactions

Course: 58 Minutes

  • Introducing Transactions
  • Describing ACID Transactions
  • Use Case Transactional Data
  • Defining ROLLBACK Statement
  • Defining COMMIT Statement
  • Using ROLLBACK and COMMIT Statements in SQL
  • Introduction to Transact-SQL
  • Operational Transaction Logs

Implementing Transactions with Locks

Course: 40 Minutes

  • Concept of Locks
  • Various Levels of Locking
  • Setting Modes for Locks
  • Levels of Locking
  • Example of Implementing Locks on Transactions

Restricting Access of Data

Course: 44 Minutes

  • Introduction to SQL Security Concepts
  • User IDs
  • Creating and Managing Users in SQL
  • Group IDs and the Use of Roles
  • Privileges and Access Rights
  • Use Case Example of the Use of Access Rights

Practice: Transactions & SQL Security Architecture

Course: 8 Minutes

  • Exercise: SQL Views, Transactions, & Security Model

Ga aan de slag met SQL!

✔️ Interactieve en flexibele leermethode: leer op je eigen tempo met duidelijke video's en praktische oefeningen.
✔️ Hands-on opdrachten: test je kennis per hoofdstuk en bouw direct toepasbare vaardigheden op.
✔️ Certificaat van deelname: ontvang een bewijs van jouw kennis en expertise na succesvolle afronding van de cursus.

Bestel nu jouw cursus en start jouw reis naar het beheersen van SQL en relationele databases!

Specificaties

Artikelnummer
106750835
SKU
106750835
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
10:36 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.

Beoordelingen

0/5
0 sterren op basis van 0 beoordelingen
0 beoordelingen
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!
Vragen over deze training?
Of wilt u hulp bij het bestellen? Neem gerust contact op via [email protected] of bel ons op +31 36 760 1019. Wij helpen u graag!

Recent bekeken

Online 24/7
Introduction to SQL Training
Introduction to SQL Training
Bestel deze unieke E-Learning cursus Introduction to SQL Training, 1 jaar 24/ 7 ...
€192,39 €159,00
 
200-301 Cisco Certified Network Associate CCNA Live Labs
200-301 Cisco Certified Network Associate CCNA Live Labs
Bestel nu online de beste Practice Labs Live Labs 200-301 Cisco Certified Networ...
€140,36 €116,00
 

Specificaties

Artikelnummer
106750835
SKU
106750835
Taal
Engels
Kwalificaties van de Instructeur
Gecertificeerd
Cursusformaat en Lengte
Lesvideo's met ondertiteling, interactieve elementen en opdrachten en testen
Lesduur
10:36 uur
Voortgangsbewaking
Toegang tot Materiaal
365 dagen
Technische Vereisten
Computer of mobiel apparaat, Stabiele internetverbindingen Webbrowserzoals Chrome, Firefox, Safari of Edge.
Support of Ondersteuning
Helpdesk en online kennisbank 24/7
Certificering
Certificaat van deelname in PDF formaat
Prijs en Kosten
Cursusprijs zonder extra kosten
Annuleringsbeleid en Geld-Terug-Garantie
Wij beoordelen dit per situatie
Award Winning E-learning
Tip!
Zorg voor een rustige leeromgeving, tijd en motivatie, audioapparatuur zoals een koptelefoon of luidsprekers voor audio, accountinformatie zoals inloggegevens voor toegang tot het e-learning platform.
0/5
0 sterren op basis van 0 beoordelingen
0 beoordelingen
Kies uw taal
Kies uw valuta

Mijn account

Wachtwoord vergeten?

Recent toegevoegd

Totaal excl. btw
€0,00
Bestel nog voor €50,00 en de verzending is gratis
0
Vergelijk
Start vergelijking

Beoordeel Introduction to SQL Training

Dit artikel is toegevoegd aan uw winkel wagen!
Wij gebruiken functionele en analytische cookies om onze website goed te laten werken en het gebruik ervan te meten met Google Analytics. Er worden geen persoonsgegevens gedeeld voor advertentiedoeleinden. Door op "Accepteren" te klikken, geeft u toestemming voor het plaatsen van deze cookies. Cookies beheren