Skip to content
Questions? Call Us : +1(772) 777-1557|info@monstercourses.com
  • Payment
  • Shop
    • BI Courses
      • Power BI
      • MSBI Videos
      • VBA in Microsoft Excel
      • Microstrategy
      • Tableau
      • Qlikview
      • Cognos
      • Oracle BI
      • QlikSense
      • Teradata
    • Bigdata
      • Hadoop
      • Apache Spark
      • Apache Scala
      • Apache Kafka
    • Cloud
      • AWS Developer
      • AWS Associate
      • Google Cloud
      • Azure
      • Alibaba
      • PCF
      • Salesforce
    • ETL Datawarehousing
      • Informatica Training
      • Informatica IDQ
      • Datastage
      • Talend
    • Microsoft
      • PowerShell
      • SCCM (System Center Configuration Manager)
      • Microsoft Dynamics
      • Java scripting
      • Microsoft Excel
      • Microsoft Dotnet
      • Sharepoint Development
      • Sharepoint Administration
      • Windows Server
      • SQL Server
      • Azure Architect AZ 300
      • Azure devops AZ400
      • Azure Development AZ203
      • Azure Fundamentals AZ900
      • Azure Administration AZ103
    • Mobile Apps
      • IOS
      • Android
    • Oracle
      • Oracle RAC
      • Oracle SOA
      • Oracle Goldengate
      • OWB
      • SQL/PL
      • Oracle DBA
      • ODI
      • OBIEE
      • Oracle BI Cloud
    • SAP
      • BI
      • Success Factors
      • SD
      • MM
      • Hana
      • Business Obejcts
      • Fico
    • Software Testing
      • RPA
      • Ruby with Cucumber
      • Testing Tools
      • Manual Testing
      • Selenium
      • QTP
    • Machine Learning & AI
      • Machine Learning with Python
      • Artificial Intelligence
    • Others
      • NO SQL
      • Cloudera Developer
      • Blockchain
      • Cyber Security
      • Hyperion HFM
      • Hyperion Essbase
      • Business Analyst
      • Devops
      • ServiceNow
      • Pega
  • My Account

    Register
  • Cart
Monstercourses – Master IT Skills with Live Online Training Logo
  • Courses
    • Microsoft
      • Azure Administration
      • Azure Fundamentals
      • Azure Development
      • Azure devops
      • Azure Architect
      • SQL Server Training
      • Windows Server Training
      • SharepointAdministration
      • Sharepoint Development
      • Microsoft Dotnet Training
      • Microsoft Excel Training
      • Java scripting Training
      • Microsoft Dynamics
      • SCCM
      • PowerShell Training
    • Others
      • Cloudera Developer
      • Pega Training
      • NO SQL Training
      • Cyber Security Training
      • Blockchain Training
      • Hyperion HFM Training
      • Hyperion Essbase
      • Business Analyst
      • Devops Training
      • ServiceNow Training
      • IOT Training
      • Salesforce Training
      • Spoken English
    • Programming Framework
      • Core Java
      • Java J2ee Training
      • Python Training
      • Shell Scripting Training
      • React.JS Training
      • Node.Js Training
      • C# Training
      • Angular 8 Training
      • Linux Training
      • Spring Training
      • MuleSoft Training
      • Unix Training
    • BI Courses
      • Power BI Training
      • MSBI Trainig
      • VBA in Microsoft Excel Training
      • Tableau Training
      • Microstrategy Training
      • Qlikview Training
      • Cognos Training
      • Oracle BI Training
      • QlikSense Training
      • Teradata Training
    • Cloud
      • AWS Developer Training
      • AWS Associate Training
      • Google Cloud Training
      • Azure Training
      • Alibaba Training
      • PCF Training
    • Oracle
      • Oracle BI Training
      • OBIEE Training
      • ODI Training
      • Oracle DBA Training
      • SQL/PL Training
      • OWB Training
      • Oracle Goldengate Training
      • Oracle SOA Training
      • Oracle RAC Training
    • Software Testing
      • QTP Training
      • Selenium Training
      • Manual Testing Training
      • Testing Tools Training
      • ISTAQB Training
      • Ruby with Cucumber Training
      • RPA Training
    • SAP
      • FICO Training
      • Business Obejcts Training
      • MM Training
      • HANA Training
      • SD Training
      • SuccessFactors Training
      • BI Training
    • Mobile Apps
      • Android Training
      • IOS Training
      • Kotlin Training
      • Swfit Training
    • ETL Datawarehousing
      • Informatica Training
      • Informatica IDQ Training
      • Talend Training
      • Datastage Training
      • IDQ Training
    • Bigdata
      • Hadoop Training
      • Apache Kafka Training
      • Apache Scala Training
      • Apache Spark Training
    • Machine Learning & AI
      • Machine Learning with Python
      • Artificial Intelligence
  • All Courses
  • About us
  • Services
    • Online Training
    • Corporate Training
  • Registration
    • Become An Instructor
    • Learner Registration
  • Contact us
  • My Account

    Register

Microsoft SQL for Beginners

A comprehensive course to teach you how to complete SQL queries using Microsoft SQL Server and the T-SQL language.
Bestseller Rating: 4.5 out of 54.5 (8,976 ratings) 34,026 students

SQL Server TrainingMonstercourses2021-05-01T17:32:05+00:00
  • Over View

  • Course Content

  • FAQ'S

  • Contact us

  • Over View

Over View

SQL Server

This course is designed to introduce learners to Transact-SQL. It is designed in such a way that the Week 3 can be taught as a course to students requiring the knowledge for other courses in the SQL Server curriculum. Week 4 & 5 teach the remaining skills required to take exam 70-761.

Learners Profile:

The main purpose of the course is to give students a good understanding of the Transact-SQL language which is used by all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. As such, the primary target audience for this course is: Database Administrators, Database Developers and BI professionals.

After completion of SQL Server Training:

  • Describe key capabilities and components of SQL Server.
  • Describe T-SQL, sets, and predicate logic.
  • Write a single table SELECT statement.
  • Write a multi-table SELECT statement.
  • Write SELECT statements with filtering and sorting.
  • Describe how SQL Server uses data types.
  • Write DML statements.
  • Write queries that use built-in functions.
  • Write queries that aggregate data.
  • Write subqueries.
  • Create and implement views and table-valued functions.
  • Use set operators to combine query results.
  • Write queries that use window ranking, offset, and aggregate functions.
  • Transform data by implementing pivot, unpivot, rollup and cube.
  • Create and implement stored procedures.
  • Add programming constructs such as variables, conditions, and loops to T-SQL code.

 

  • Course Content

SQL Server Course Content

Module 1: Introduction to Microsoft SQL Server This module introduces SQL Server, the versions of SQL Server, including cloud versions, and how to connect to SQL Server using SQL Server Management Studio.

Lessons

  • The Basic Architecture of SQL Server
  • SQL Server Editions and Versions
  • Getting Started with SQL Server Management Studio

Module 2: Introduction to T-SQL Querying This module describes the elements of T-SQL and their role in writing queries. Describe the use of sets in SQL Server. Describe the use of predicate logic in SQL Server. Describe the logical order of operations in SELECT statements.

Lessons

  • Introducing T-SQL
  • Understanding Sets
  • Understanding Predicate Logic
  • Understanding the Logical Order of Operations in SELECT statements

Module 3: Writing SELECT Queries This module introduces the fundamentals of the SELECT statement, focusing on queries against a single table.

Lessons

  • Writing Simple SELECT Statements
  • Eliminating Duplicates with DISTINCT
  • Using Column and Table Aliases
  • Writing Simple CASE Expressions

Module 4: Querying Multiple Tables This module describes how to write queries that combine data from multiple sources in Microsoft SQL Server.

Lessons

  • Understanding Joins
  • Querying with Inner Joins
  • Querying with Outer Joins
  • Querying with Cross Joins and Self Joins

Module 5: Sorting and Filtering Data This module describes how to implement sorting and filtering.

Lessons

  • Sorting Data
  • Filtering Data with Predicates
  • Filtering Data with TOP and OFFSET-FETCH
  • Working with Unknown Values

Module 6: Working with SQL Server Data Types This module introduces the data types SQL Server uses to store data.

Lessons

  • Introducing SQL Server Data Types
  • Working with Character Data
  • Working with Date and Time Data

Module 7: Using DML to Modify Data This module describes how to create DML queries, and why you would want to.

Lessons

  • Adding Data to Tables
  • Modifying and Removing Data
  • Generating automatic column values

Module 8: Using Built-In Functions This module introduces some of the many built in functions in SQL Server.

Lessons

  • Writing Queries with Built-In Functions
  • Using Conversion Functions
  • Using Logical Functions
  • Using Functions to Work with NULL

Module 9: Grouping and Aggregating Data This module describes how to use aggregate functions.

Lessons

  • Using Aggregate Functions
  • Using the GROUP BY Clause
  • Filtering Groups with HAVING

Module 10: Using Subqueries This module describes several types of subquery and how and when to use them.

Lessons

  • Writing Self-Contained Subqueries
  • Writing Correlated Subqueries
  • Using the EXISTS Predicate with Subqueries

Module 11: Using Table Expressions Previously in this course, you learned about using subqueries as an expression that returned results to an outer calling query. Like subqueries, table expressions are query expressions, but table expressions extend this idea by allowing you to name them and to work with their results as you would work with data in any valid relational table. Microsoft SQL Server supports four types of table expressions: derived tables, common table expression (CTEs), views, and inline table-valued functions (TVFs). In this module, you will learn to work with these forms of table expressions and learn how to use them to help create a modular approach to writing queries.

Lessons

  • Using Views
  • Using Inline Table-Valued Functions
  • Using Derived Tables
  • Using Common Table Expressions

Module 12: Using Set Operators This module introduces how to use the set operators UNION, INTERSECT, and EXCEPT to compare rows between two input sets.

Lessons

  • Writing Queries with the UNION operator
  • Using EXCEPT and INTERSECT
  • Using APPLY

Module 13: Using Windows Ranking, Offset, and Aggregate Functions This module describes the benefits to using window functions. Restrict window functions to rows defined in an OVER clause, including partitions and frames. Write queries that use window functions to operate on a window of rows and return ranking, aggregation, and offset comparison results.

Lessons

  • Creating Windows with OVER
  • Exploring Window Functions

Module 14: Pivoting and Grouping Sets This module describes write queries that pivot and unpivot result sets. Write queries that specify multiple groupings with grouping sets

Lessons

  • Writing Queries with PIVOT and UNPIVOT
  • Working with Grouping Sets

Module 15: Executing Stored Procedures This module describes how to return results by executing stored procedures. Pass parameters to procedures. Create simple stored procedures that encapsulate a SELECT statement. Construct and execute dynamic SQL with EXEC and sp_executesql.

Lessons

  • Querying Data with Stored Procedures
  • Passing Parameters to Stored procedures
  • Creating Simple Stored Procedures
  • Working with Dynamic SQL

Module 16: Programming with T-SQLThis module describes how to enhance your T-SQL code with programming elements.

Lessons

  • T-SQL Programming Elements
  • Controlling Program Flow

Module 17: Implementing Error Handling This module introduces error handling for T-SQL.

Lessons

  • Implementing T-SQL error handling
  • Implementing structured exception handling

Module 18: Implementing Transactions This module describes how to implement transactions.

Lessons

  • Transactions and the database engines
  • Controlling transactions

  • FAQ'S

FAQ'S

What if I miss one (or) more class?

No need to worry about the classes you missed. We will definitely guide you by having optional classes or by having classes with other batches with the same topic you missed previous classes.

Who is my instructor?

IT professionals who have strong knowledge in technical know how to convey things with the real-time example. Even a layman could understand the concepts which given by our experts.

What are the modes of training offered for this course?

We offer this course in "Live Instructor-Led Online Training" mode. Through this way you won't mess anything in your real-life schedule. You will be shared with live meeting access while your session starts.

What are the system requirements to work?

Minimum 2GB RAM and i3 processor is required

Can I attend a demo session?

You can get a sample class recording to ensure you are in right place. We ensure you will be getting complete worth of your money by assigning a best instructor in that technology.

How about group discounts (or) corporate training for our team?

We are absolutely loved to talk in-person about group training (or) corporate training. So, please get in touch with our team through "Quick Enquiry", "Live Chat" or "Request Call-back" channels.

Where do Our Online learners and Trainer's come from

We are providing online training, One-to-One training with the help of experts. Our learners and trainers are frequently coming from different countries like USA, India, UK, Australia, New Zealand, Canada and UAE. To specify in cities London, Bangalore, California, New York, Pune, Mumbai, Chennai, New Delhi, San Francisco, New Jersey, Texas, Florida, Kolkata, Gurgaon, Berlin and Hyderabad among many.

I have more queries?

If you want to know More Details about Online Training Please Contact us. Or you can share your quires through info@monstercourses.com. Estimated turnaround time will be 24 hours for mails.

  • Contact us

Contact us

Enquiry Now..!!

Contact Details :


    Address: # 4110 Rainy Creek Ln, Cedar Park, TX, 78613, USA.

    Contact us: +1(772)777-1557

    Email ID: info@monstercourses.com

     

    Popular Courses We Offered :

  • Adv MS Excel

  • Angular

  • AWS

  • Azure

  • Block Chain

  • SAP BO

  • Cognos

  • Datastage

  • Devops

  • Hadoop

  • Informatica

  • Java

  • Machine Learning

  • Oracle BI

  • Pega

  • Power BI

  • Python

  • QTP

  • RPA

  • Ruby with Cucumber

  • Selenium

  • Service

  • Sharepoint

  • Spark

  • Cognos

  •  

    4110 Rainy Creek Ln, Cedar Park,

    TX USA, 78613.

    Phone: +1(772)777-1557

    Email : info@monstercourses.com

     

    I felt OBIEE online training was very informative as compared to other online training providers. The faculty of MonsterCourses are very efficient in their subject and gave quality training. They covered each and every topic clearly elaborated them with examples.

    Vinay K…

    Govardhan Bhaskar, Monster Courses

    We are very much benefited from Business objects online training program. Handouts are very useful and very nicely given so that at-least by seeing the handouts we can practice and get knowledge. We have been taught many topics from this Training, nice to getting trained from "MonsterCourses

    Govardhan Bhaskar….

    Vijay Naresh, Monster Courses

    The Training Classes what i have attended from MonsterCourses was quite beneficial.Good way of diving modules and covering important topics in each module. Overall the training from MonsterCourses was very good and useful to me.

    Vijay Naresh…

    Raju K, Monster Courses

    Contact Info

    4110 Rainy Creek Ln, Cedar Park, TX USA, 78613.

    Phone: +1(772)777-1557

    Email: info@monstercourses.com

    Web: Monstercourses.com

    Contact Info

    #208, 2nd Floor, Annapurna Block, Aditya Enclave, Beside Mythrivanam, Ameerpet, ​ ​HYDERABAD-500016.​ ​

    Mobile: +917993772301

    Email: info@monstercourses.com

    Web: monstercourses.com

    FAQ’s

    Terms of use

    Privacy Policy

    Refund policy

     

    Get Social



    Copyright 2019 | All Rights Reserved | Monster Courses |
    FacebookLinkedInYouTubeTumblr
    Page load link
    Go to Top