🇩🇪
Programm
This 5-day instructor led course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server 2014. This course is the foundation for all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. 

Wir empfehlen den Besuch unseres smart Seminars:
 
Ziele
  1. Writing SELECT Queries
    1. Writing Simple SELECT Statements
    2. Eliminating Duplicates with DISTINCT
    3. Using Column and Table Aliases
    4. Writing Simple CASE Expressions
      1. Writing Basic SELECT Statements
  2. Querying Multiple Tables
    1. Understanding Joins
    2. Querying with Inner Joins
    3. Querying with Outer Joins
    4. Querying with Cross Joins and Self Joins
      1. Querying Multiple Tables
  3. Sorting and Filtering Data
    1. Sorting Data
    2. Filtering Data with a WHERE Clause
    3. Filtering with the TOP and OFFSET-FETCH Options
    4. Working with Unknown and Missing Values
      1. Sorting and Filtering Data
  4. Working with SQL Server 2014 Data Types
    1. Introducing SQL Server 2014 Data Types
    2. Working with Character Data
    3. Working with Date and Time Data
      1. Working with SQL Server 2014 Data Types
  5. Using DML to Modify Data
    1. Inserting Data
    2. Modifying and Deleting Data
      1. Using DML to Modify Data
  6. Using Built-In Functions
    1. Writing Queries with Built-In Functions
    2. Using Conversion Functions
    3. Using Logical Functions
    4. Using Functions to Work with NULL
      1. Using Built-In Functions
  7. Grouping and Aggregating Data
    1. Using Aggregate Functions
    2. Using the GROUP BY Clause
    3. Filtering Groups with HAVING
      1. Grouping and Aggregating Data
  8. Using Subqueries
    1. Writing Self-Contained Subqueries
    2. Writing Correlated Subqueries
    3. Using the EXISTS Predicate with Subqueries
      1. Using Subqueries
  9. Using Table Expressions
    1. Using Derived Tables
    2. Using Common Table Expressions
    3. Using Views
    4. Using Inline Table-Valued Functions
      1. Using Table Expressions
  10. Using Set Operators
    1. Writing Queries with the UNION Operator
    2. Using EXCEPT and INTERSECT
    3. Using APPLY
      1. Using Set Operators
  11. Using Window Ranking, Offset, and Aggregate Functions
    1. Creating Windows with OVER
    2. Exploring Window Functions
      1. Using Window Ranking, Offset and Aggregate Functions
  12. Pivoting and Grouping Sets
    1. Writing Queries with PIVOT and UNPIVOT
    2. Working with Grouping Sets
      1. Pivoting and Grouping Sets
  13. Executing Stored Procedures
    1. Querying Data with Stored Procedures
    2. Passing Parameters to Stored Procedures
    3. Creating Simple Stored Procedures
    4. Working with Dynamic SQL
      1. Executing Stored Procedures
  14. Programming with T-SQL
    1. T-SQL Programming Elements
    2. Controlling Program Flow
      1. Programming with T-SQL
  15. Implementing Error Handling
    1. Using TRY / CATCH Blocks
    2. Working with Error Information
      1. Implementing Error Handling
  16. Implementing Transactions
    1. Transactions and the Database Engine
    2. Controlling Transactions
    3. Isolation Levels
      1. Implementing Transactions
Voraussetzungen
This course requires that you meet the following prerequisites:
  • Basic knowledge of the Microsoft Windows operating system and its core functionality.
  • Working knowledge of relational databases.