Upgrade your skills with an extra 25% off selected courses with codeMTA25
MTA0691

Querying SQL Server 2019 Course

99.0000 2023-12-30 MTA0691 99.0000
104 104 104 0

Learn how to use SQL server 2019 effectively with this informative Querying SQL server 2019 course! 

https://mytrainingacademy.org.uk/pub/media/catalog/product/r/s/rsz_querying-roadmap-800x534.jpg
  • Price

    £99.00 including VAT (was £395.00)

    Offer ends 30 April 2024

    Save £296.00
  • Course Type Online Course
  • Course Duration 10
  • Course Access 12 Months
  • Awarded By MTA
  • Student Discount Card All students enrolled on this course are eligible to apply for a TOTUM Pro card
Share
MTA0691

Learn how to use SQL server 2019 effectively with this informative Querying SQL server 2019 course! 

-
+
Course Description

Learn how to effectively use SQL server with this informative Querying SQL server 2019 course! You will gain the necessary technical skills required to craft basic Transact-SQL queries for Microsoft SQL Server.

On this Querying SQL Server 2019 course, you'll learn:

  • How to construct basic Transact-SQL queries and obtain information from tables. 
  • How to develop new data structures.
  • How to amend or delete existing data structures.
  • How to apply filtering and sorting techniques across different types of data offered by SQL server.
  • and much more.

This Querying SQL Server course delves into the use of dynamic tables, giving SQL users the ability to hide implementation details from others who are accessing data via reporting tools. In addition, it covers error handling and transaction management – what they are and how they can be used effectively. Finally, you’ll learn more about the nuances of database security optimization that will help ensure your system remains safe.

What's included in this Querying SQL Server 2019 Course?

  • 12 months unlimited access.
  • Online video tutorials created by expert instructors.
  • Downloadable workbook.
  • Practice quizzes after each module.
  • Mock exam at the end of each course.
  • Flashcard and educational games.
  • MTA Course completion certificate.

Why should i do this course?

This Querying SQL server 2019 course is the basis for all SQL Server-related disciplines. Knowing the syntax of Microsoft SQL is critical to further your career in:

  • Database Administration
  • Database Development
  • Business Intelligence
  • Application and Web Development.

Who is this course for?

We strongly suggest this querying SQL server course to those working in the fields of: Database Administrators, Database Developers and BI professionals who are looking to expand their knowledge base.

Bulk discounts

Bulk discounts are available on purchases of 10 or more courses.

If you wish to discuss a large individual order for this course, and/or would like to be invoiced in advance, please call our sales team on 0808 175 1269 to make an enquiry.

Who is this course for?

We strongly suggest this querying SQL server course to those working in the fields of: Database Administrators, Database Developers and BI professionals who are looking to expand their knowledge base.

Course Assessment Process

In order to earn your certification, you’ll sit an online exam. We provide interactive quizzes after each module to ensure you're fully prepared for the real thing. Once you've passed with at least 80%, you'll be awarded your certificate.

If you don't pass the test first time, don't worry, you can take the test as many times as you need with no extra charge.

Got a question about exams? Contact our course advisors by email or by phone on 0808 175 1269. We're happy to help!

Requirements

Our training works on all devices including Mobile phones, IPad’s, Android tablets, Macs and PC’s.

For the best viewing experience on our state-of-the-art eLearning platform we recommend an internet connection of 10Mbps or better. Please also use Google Chrome or Mozilla Firefox as your browser with Adobe Flash Player.

Career Path

We've put together a list of relevant job titles you can apply for after achieving the MCSA SQL Server 2012 Training Bundle certification (note that some careers may require further study, training and/or work experience):

  • Database Administrator
  • Database Developer
  • Database Analyst

Career Advice

Once you have achieved your certification, you'll have full access to our recruitment package for a wide range of information and advice - including:

  • How to put together a killer CV, Covering Letters and Thank You emails.
  • How to gain relevant work experience.
  • How to prepare for interviews.
  • How to understand Job adverts.
  • How to choose the right recruitment agency.
  • How to look for work on LinkedIn.
  • Information on dealing with redundancy.

Our careers advice section is available for you to see now. For more information about our career advice services, contact us on 0808 175 1269 to speak with one of our friendly course advisors today.

Career Development

Getting a Microsoft certification will always help you stand out from the crowd, now and in the future - whether you're just starting out, developing your career, or changing direction entirely.

 

Research by e-Skills UK has shown that IT and telecommunications now employs 1 in 20 of the UK workforce. It also suggests the digital sector will need nearly 300,000 new recruits by 2020 to meet the demand for skills in this area.

Course Outline

Microsoft SQL Server 2019 - Querying SQL Server

Module 1 - Query Tools

1.1 Course Introduction
1.2 Module 1 Introduction
1.3 Intro to Management Studio
1.4 Intro to command-line query tools

Module 2 - Introduction to T-SQL Querying

2.1 Module 2 Introduction
2.2 Introducing T-SQL
2.3 Understanding Sets
2.4 Understanding the Logical Order of Operations in SELECT statements

Module 3 - Basic SELECT Queries

3.1 Module 3 Introduction
3.2 Writing Simple SELECT Statements
3.3 Eliminate Duplicates with DISTINCT
3.4 Using Column and Table Aliases
3.5 Write Simple CASE Expressions

Module 4 - Querying Multiple Tables

4.1 Module 4 Introduction
4.2 Understanding Joins
4.3 Querying with Inner Joins
4.4 Querying with Outer Joins
4.5 Querying with Cross Joins and Self Joins

Module 5 - Sorting and Filtering Data

5.1 Module 5 Introduction
5.2 Sorting Data
5.3 Filtering Data with Predicates
5.4 Filtering with the TOP and OFFSET-FETCH
5.5 Working with Unknown Values

Module 6 - Working with SQL Server Data Types

6.1 Module 6 Introduction
6.2 Writing Queries that return Date and Time Data
6.3 Writing Queries that use Date and Time Functions
6.4 Writing Queries that return Character Data
6.5 Writing Queries that use Character Functions

Module 7 - Using DML to Modify Data

7.1 Module 7 Introduction
7.2 Inserting Records with DML
7.3 Updating Records Using DML
7.4 Deleting Records Using DML

Module 8 - Using Built-In Functions

8.1 Module 8 Introduction
8.2 Writing Queries with Built-In Functions
8.3 Using Conversion Functions
8.4 Using Logical Functions
8.5 Using Functions to Work with NULL

Module 9 - Grouping and Aggregating Data

9.1 Module 9 Introduction
9.2 Using Aggregate Functions
9.3 Using the GROUP BY Clause
9.4 Filtering Groups with HAVING

Module 10 - Using Subqueries

10.1 Module 10 Introduction
10.2 Writing Self-Contained Subqueries
10.3 Writing Correlated Subqueries
10.4 Using the EXISTS Predicate with Subqueries

Module 11 - Using Table Expressions

11.1 Module 11 Introduction
11.2 Using Views
11.3 Using Inline Table-Valued Functions
11.4 Using Derived Tables
11.5 Using Common Table Expressions

Module 12 - Using Set Operators

12.1 Module 12 Introduction
12.2 Writing Queries with the UNION operator
12.3 Using EXCEPT and INTERSECT
12.4 Using APPLY

Module 13 - Using Window Ranking, Offset, and Aggregate Functions

13.1 Module 13 Introduction
13.2 Creating Windows with OVER
13.3 Exploring Window Functions

Module 14 - Pivoting and Grouping Sets

14.1 Module 14 Introduction
14.2 Writing Queries with PIVOT and UNPIVOT
14.3 Working with Grouping Sets

Module 15 - Implementing Error Handling

15.1 Module Introduction
15.2 Implementing T-SQL error handling
15.3 Implementing structured exception handling

Module 16 - Managing Transactions

16.1 Module 16 Introduction
16.2 Transactions and the Database Engine
16.3 Controlling Transactions
16.4 Course Wrap Up

Training Features
  • feature
    EXPERT INSTRUCTOR-LED TRAINING

    We only uses the industry’s finest instructors to develop our courses. They have a minimum of 15 years real-world experience and are subject matter experts in their fields. Unlike a live class, you can fast-forward, repeat or rewind all your lectures. This creates a personal learning experience and gives you all the benefit of hands-on training with the flexibility of doing it around your schedule 24/7.

  • feature
    QUIZZES & EXAM SIMULATORS

    Our custom practice exams prepare you for your exams differently and more effectively than the traditional exam preps on the market. You will have practice quizzes after each module to ensure you are confident on the topic you have completed before proceeding. This will allow you to gauge your effectiveness before moving to the next module in your course. Our Courses also include practice exams designed to replicate and mirror the environment in the testing centre. These exams are on average 100 questions to ensure you are 100% prepared before taking your certification exam.

  • feature
    VISUAL DEMONSTRATIONS & MULTIMEDIA PRESENTATIONS

    Our courseware includes instructor-led demonstrations and visual presentations that allow students to develop their skills based on real world scenarios explained by the instructor. Our Courseware always focuses on real world scenarios and skill-set development.

  • feature
    NAVIGATION & CONTROLS

    Our self-paced training programs are designed in a modular fashion to allow you the flexibility to work with expert level instruction anytime 24/7. All courses are arranged in defined sections with navigation controls allowing you to control the pace of your training. This allows students to learn at their own pace around their schedule.

  • feature
    SOCIAL LEARNING & NETWORKING

    We Have designed a world class Learning Management System (LMS). This system allows you to interact and collaborate with other students, form study groups, engage in discussions in our NOW@ Forums, rate and “like” different courses and stay up to date with all the latest industry knowledge through our forums, student contributions and announcement features. This LMS is unmatched in the industry and makes learning fun and enjoyable.

  • feature
    FLASH CARDS & EDUCATIONAL GAMES

    Our Courseware knows that education is not a one size fits all approach. Students learn in different ways through different tools. That is why we provide Flash Cards and Education Games throughout our courses. This will allow you to train in ways that keep you engaged and focused. Each course will have dozens of Flash Cards so you can sharpen your skill-sets throughout your training as well as educational games designed to make sure your retention level of the materials is extremely high.

  • feature
    12 MONTHS UNLIMITED ACCESS

    Each student will have 12 months unlimited access to allow you to have access to the training anytime 24/7.

Payment Options

For purchases of 1 to 9 user enrolments select the number of users you require and add the course to your shopping basket by selecting Add to Basket. You will then be able to make payment using most credit and debit cards or a PayPal account. Once payment is confirmed, we’ll process your order and email your course login instructions.

For a licence for 10 or more user enrolments, discounts, or if you would like to pay by BACs transfer or by invoice, please contact us on 0808 175 1269 or email sales@mytrainingacademy.org.uk.

Purchase Order Payments: To pay and enrol for courses using a purchase order (PO), please email your PO details to sales@mytrainingacademy.org.uk.

TOTUM PRO Card

All students enrolled on this course are eligible to apply for a TOTUM PRO Card, which offers discounts in a wide range of shops and websites, helping you get money off food, holidays and flights, clothes, make-up gym memberships and much more.

TOTUM PRO card is aimed at professional learners, giving you access to exclusive discounts. Explore the full list of offers.

Student Reviews

We make it our absolute mission to give you the training you need and the service you deserve. Hear what our students say about us...

£395.00 £99.00

Save £296.00

Was £395.00 (Offer ends 30/04/2024)
Querying SQL Server 2019 Course
-
+
 
Enquire now

Speak to an advisor

+44 (0)808 175 1269

This is a local rate number

klarna

Spread the cost

Interest-free instalments

Read more...

14-Day money-back guarantee

Buying for your team?


Enquire now

Privacy
Protected

Secure
Checkout

We're trusted by
Individuals, small businesses and large corporations who continuously put their trust in My Training Academy.
We are privileged to have trained individuals who work for some of the world’s largest companies, including: