Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
Microsoft SQL Server 2019 - Querying SQL Server
Rating: 4.4 out of 5(22 ratings)
86 students

Microsoft SQL Server 2019 - Querying SQL Server

Learn the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server.
Last updated 3/2022
English

What you'll learn

  • provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server.
  • You will learn how to write queries that return data from tables as well as create, update, or delete data in a database.
  • These queries will allow filtering and sorting and effectively use the various data types provided by SQL Server.
  • The course will provide details on the what and how of error handling and transaction management.

Course content

17 sections67 lectures10h 5m total length
  • 1.1 Course Introduction5:52
  • 1.2 Module 1 Introduction0:45
  • 1.3 Intro to Management Studio10:09

    Explore management studio, a visual studio–based graphical client for SQL Server that connects to on-premises and Azure SQL, manages databases, executes queries, and navigates via the object explorer.

  • 1.4 Intro to command-line query tools12:24

    Master command line query tools such as SQL Command and SQL PowerShell to run interactive and batch SQL scripts, and leverage command mode in SSMS for variables.

Requirements

  • None.

Description

This course provides students with the technical skills required to write basic Transact-SQL queries for Microsoft SQL Server. You will learn how to write queries that return data from tables as well as create, update, or delete data in a database. These queries will allow filtering and sorting and effectively use the various data types provided by SQL Server. This course also covers the use of dynamic tables of various sorts which can allow a more sophisticated SQL user to hide implementation details from other end users accessing data from reporting tools. Finally, the course will provide details on the what and how of error handling and transaction management. This course is the foundation for all SQL Server-related disciplines; namely, Database Administration, Database Development and Business Intelligence. The primary target audience for this course is: Database Administrators, Database Developers and BI professionals.

In this course, you will learn how to:


  • Understand the similarities and differences between Transact-SQL and other computer languages.

  • Write SELECT queries

  • Query multiple tables

  • Sort and filter data

  • Describe the use of data types in SQL Server

  • Modify data using Transact-SQL

  • Use built-in functions

  • Group and aggregate data

  • Use subqueries

  • Use table expressions

  • Use set operators

  • Use window ranking, offset and aggregate functions

  • Implement pivoting and grouping sets

  • Execute stored procedures

  • Program with T-SQL

  • Implement error handling

  • Implement transactions

Who this course is for:

  • Any professional wanting to learn.