ODKAZ: https://www.skoleni-kurzy.eu/kurz-61257



Kurz: MOC10985 - Introduction to SQL Databases


DataScript s.r.o.


This three-day instructor-led course is aimed at people looking to move into a database professional role or whose job role is expanding to encompass database elements. The course describes fundamental database concepts including database types, database languages, and database designs. Audience The primary audience for this course is people who are moving into a database role, or whose role has expanded to include database technologies. ...


Cena kurzu:
     ...   21.250 Kč / Kurz  

     ... včetně DPH: 25.713 Kč / Kurz

Objednat - pro přihlášení na kurz/školení klikněte na zvolený termín školení a místo konání



Přihláška na školení:

   NEZÁVAZNÁ PŘIHLÁŠKA - Termín školení zatím není k dispozici | Podobné kurzy a školení | Žádost o kontakt - Zavolejte mi, prosím


  • Podobný kurz     Brno - Jihomoravský  
    (??)   Jazyk SQL – základy dotazování a manipulace s daty v SQL ServeruSQL Introduction - Querying and managing data - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 11.800 Kč/Kurz (14.278 Kč/Kurz včetně DPH)

  • Podobný kurz     Praha  
    (??)   Jazyk SQL – základy dotazování a manipulace s daty v SQL ServeruSQL Introduction - Querying and managing data - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 11.800 Kč/Kurz (14.278 Kč/Kurz včetně DPH)

  • Podobný kurz     Brno - Jihomoravský  
    (??)   Jazyk SQL – základy dotazování a manipulace s daty v SQL ServeruSQL Introduction - Querying and managing data - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 1.180.011.776 CZKCZKCZKC/Kurz (1.427.814.272 CZKCZKCZKC/Kurz včetně DPH) ...Jiná měna platby za kurz : CZKCZKCZKC/Kurz

  • Podobný kurz     Praha  
    (??)   Jazyk SQL – základy dotazování a manipulace s daty v SQL ServeruSQL Introduction - Querying and managing data - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 1.180.011.776 CZKCZKCZKC/Kurz (1.427.814.272 CZKCZKCZKC/Kurz včetně DPH) ...Jiná měna platby za kurz : CZKCZKCZKC/Kurz

  • Podobný kurz     Praha  
    (??)   Základy UML modelování v prostředí Enterprise ArchitectUML - Introduction to the Unified Modeling Language - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 9.800 Kč/Kurz (11.858 Kč/Kurz včetně DPH)

  • Podobný kurz     Brno - Jihomoravský  
    (??)   Úvod do umělé inteligence a strojového učení Introduction to AI and machine learning - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 7.900 Kč/Kurz (9.559 Kč/Kurz včetně DPH)

  • Podobný kurz     Praha  
    (??)   Úvod do umělé inteligence a strojového učení Introduction to AI and machine learning - ICT Pro s.r.o. – Kurzy, školení, konzultace ICT a Soft Skills

    - ... cena: 7.900 Kč/Kurz (9.559 Kč/Kurz včetně DPH)





  • -- ... pro objednání kurzu klikněte na zvolený termín školení a/nebo je možno poslat:



    Popis kurzu
    MOC10985 - Introduction to SQL Databases


    Kurz je určen pro ...

    Audience The primary audience for this course is people who are moving into a database role, or whose role has expanded to include database technologies.


    Lektoři kurzu

    Lektoři z firmy: DataScript s.r.o.


    [Kurz] Program kurzu (obsah přednášky/semináře/rekvalifikace/studia) ...

    Goals After completing this course, students will be able to:

    • Describe key database concepts in the context of SQL Server 2016
    • Describe database languages used in SQL Server 2016
    • Describe data modelling techniques
    • Describe normalization and denormalization techniques
    • Describe relationship types and effects in database design
    • Describe the effects of database design on performance
    • Describe commonly used database objects

    * After completing this course, students will be able to:
    • Describe key database concepts in the context of SQL Server 2016
    • Describe database languages used in SQL Server 2016
    • Describe data modelling techniques
    • Describe normalization and denormalization techniques
    • Describe relationship types and effects in database design
    • Describe the effects of database design on performance
    • Describe commonly used database objects

    Outline Module 1: Introduction to databases This module introduces key database concepts in the context of SQL Server 2016. Lessons
    • Introduction to relational databases
    • Other types of database
    • Data analysis
    • Database languages
    Lab : Querying SQ Server After completing this module, you will be able to:
    • Describe what a database is
    • Understand basic relational aspects
    • Describe database languages used in SQL Server 2016
    • Describe data analytics
    • Describe database languages used in SQL Server 2016
    Module 2: Data Modelling This module describes data modelling techniques. Lessons
    • Data modelling
    • ANSI/SPARC database model
    • Entity relationship modelling
    Lab : Entity relationship modelling After completing this module, you will be able to:
    • Understand the common data modelling techniques
    • Describe the ANSI/SPARC database model
    • Describe entity relationship modelling
    Module 3: Normalization This module describes normalization and denormalization techniques. Lessons
    • Why normalize data?
    • Normalization terms
    • Levels of normalization
    • Denormalization
    Lab : Normalizing raw data After completing this module, you will be able to:
    • Describe normalization benefits and notation
    • Describe important normalization terms
    • Describe the normalization levels
    • Describe the role of denormalization
    Module 4: Relationships This module describes relationship types and effects in database design. Lessons
    • Schema mapping
    • Referential integrity
    Lab : Designing relationships After completing this module, you will be able to:
    • Describe relationship types
    • Describe the use, types, and effects of referential integrity
    Module 5: Performance This module introduces the effects of database design on performance. Lessons
    • Indexing
    • Query performance
    • Concurrency
    Lab : Query performance After completing this module, you will be able to:
    • Discuss the performance effects of indexing
    • Describe the performance effects of join and search types
    • Describe the performance effects of concurrency
    Module 6: Database Objects This module introduces commonly used database objects. Lessons
    • Tables
    • Views
    • Stored procedures
    • Other database objects
    Lab : Using SQL Server in a hybrid cloud After completing this module, you will be able to:
    • Describe the use of tables in SQ


    [Kurz] Cíl školení / poznámka ke kurzu...

    Goals After completing this course, students will be able to:
    • Describe key database concepts in the context of SQL Server 2016
    • Describe database languages used in SQL Server 2016
    • Describe data modelling techniques
    • Describe normalization and denormalization techniques
    • Describe relationship types and effects in database design
    • Describe the effects of database design on performance
    • Describe commonly used database objects


    [Školení] Další popis kurzu (úroveň, minimální znalosti, informace o cenách kurzu) ...

    Prerequisites This is a foundation level course and therefore only requires general computer literacy



    ODKAZ: https://www.skoleni-kurzy.eu/kurz-61257



    Poslední aktualizace: 2024-04-18 00:42:02

    DataScript s.r.o.
    skoleni-kurzy.eu