"Atzinīgi vērtējam to, ka darbinieku zināšanu pārbaudes un mācības iespējams organizēt mums izdevīgā laikā, zināšanu pārbaudes rezultātus var saņemt ļoti operatīvi, kā arī nepieciešamības gadījumā mācību laiku iespējams elastīgi mainīt, piemērojot to mūsu darba grafikam.
Mācību centra speciālisti ir pretīmnākoši un atsaucīgi."
SIA "Lursoft IT" valdes locekle, Guna Esenberga
"Ņemot vērā, ka esmu no Ventspils, man patika, ka nodarbības (sesijas) bija iespējams apmeklēt man piemērotā laikā un tempā. Nodarbību laikā izmantotā metode, kā arī programmas, mācībspēks un personāls, novērtēju kā ļoti profesionālu. Mācības tika organizētas nepiespiestā atmosfērā un viennozīmīgi var teikt, ka savas zināšanas esmu uzlabojis."
Students learn the technical skills 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.
Who Should Attend
This course is intended for Database Administrators, Database Developers, and Business Intelligence professionals. The course will very likely be well attended by SQL power users who aren’t necessarily database-focused or plan on taking the exam; namely, report writers, business analysts and client application developers.
Outline
Lesson 1: Introduction to Microsoft SQL Server 2014
The Basic Architecture of SQL Server
SQL Server Editions and Versions
Getting Started with SQL Server Management Studio
Lab : Working with SQL Server 2014 Tools
Lesson 2: Introduction to T-SQL Querying
Introducing T-SQL
Understanding Sets
Understanding Predicate Logic
Understanding the Logical Order of Operations in SELECT statements
Lab : Introduction to Transact-SQL Querying
Lesson 3: Writing SELECT Queries
Writing Simple SELECT Statements
Eliminating Duplicates with DISTINCT
Using Column and Table Aliases
Writing Simple CASE Expressions
Lab : Writing Basic SELECT Statements
Lesson 4: Querying Multiple Tables
Understanding Joins
Querying with Inner Joins
Querying with Outer Joins
Querying with Cross Joins and Self Joins
Lab : Querying Multiple Tables
Lesson 5: Sorting and Filtering Data
Sorting Data
Filtering Data with a WHERE Clause
Filtering with the TOP and OFFSET-FETCH Options
Working with Unknown and Missing Values
Lab : Sorting and Filtering Data
Lesson 6: Working with SQL Server 2014 Data Types
Introducing SQL Server 2014 Data Types
Working with Character Data
Working with Date and Time Data
Lab : Working with SQL Server 2014 Data Types
Lesson 7: Using DML to Modify Data
Inserting Data
Modifying and Deleting Data
Lab : Using DML to Modify Data
Lesson 8: Using Built-In Functions
Writing Queries with Built-In Functions
Using Conversion Functions
Using Logical Functions
Using Functions to Work with NULL
Lab : Using Built-In Functions
Lesson 9: Grouping and Aggregating Data
Using Aggregate Functions
Using the GROUP BY Clause
Filtering Groups with HAVING
Lab : Grouping and Aggregating Data
Lesson 10: Using Subqueries
Writing Self-Contained Subqueries
Writing Correlated Subqueries
Using the EXISTS Predicate with Subqueries
Lab : Using Subqueries
Lesson 11: Using Table Expressions
Using Derived Tables
Using Common Table Expressions
Using Views
Using Inline Table-Valued Functions
Lab : Using Table Expressions
Lesson 12: Using Set Operators
Writing Queries with the UNION Operator
Using EXCEPT and INTERSECT
Using APPLY
Lab : Using Set Operators
Lesson 13: Using Window Ranking, Offset, and Aggregate Functions
Creating Windows with OVER
Exploring Window Functions
Lab : Using Window Ranking, Offset and Aggregate Functions