Udemy
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
  •  
Development
Web Development Data Science Mobile Development Programming Languages Game Development Database Design & Development Software Testing Software Engineering Development Tools No-Code Development
Business
Entrepreneurship Communications Management Sales Business Strategy Operations Project Management Business Law Business Analytics & Intelligence Human Resources Industry E-Commerce Media Real Estate Other Business
Finance & Accounting
Accounting & Bookkeeping Compliance Cryptocurrency & Blockchain Economics Finance Finance Cert & Exam Prep Financial Modeling & Analysis Investing & Trading Money Management Tools Taxes Other Finance & Accounting
IT & Software
IT Certification Network & Security Hardware Operating Systems Other IT & Software
Office Productivity
Microsoft Apple Google SAP Oracle Other Office Productivity
Personal Development
Personal Transformation Personal Productivity Leadership Career Development Parenting & Relationships Happiness Esoteric Practices Religion & Spirituality Personal Brand Building Creativity Influence Self Esteem & Confidence Stress Management Memory & Study Skills Motivation Other Personal Development
Design
Web Design Graphic Design & Illustration Design Tools User Experience Design Game Design Design Thinking 3D & Animation Fashion Design Architectural Design Interior Design Other Design
Marketing
Digital Marketing Search Engine Optimization Social Media Marketing Branding Marketing Fundamentals Marketing Analytics & Automation Public Relations Advertising Video & Mobile Marketing Content Marketing Growth Hacking Affiliate Marketing Product Marketing Other Marketing
Lifestyle
Arts & Crafts Beauty & Makeup Esoteric Practices Food & Beverage Gaming Home Improvement Pet Care & Training Travel Other Lifestyle
Photography & Video
Digital Photography Photography Portrait Photography Photography Tools Commercial Photography Video Design Other Photography & Video
Health & Fitness
Fitness General Health Sports Nutrition Yoga Mental Health Dieting Self Defense Safety & First Aid Dance Meditation Other Health & Fitness
Music
Instruments Music Production Music Fundamentals Vocal Music Techniques Music Software Other Music
Teaching & Academics
Engineering Humanities Math Science Online Education Social Science Language Teacher Training Test Prep Other Teaching & Academics
AWS Certification Microsoft Certification AWS Certified Solutions Architect - Associate AWS Certified Cloud Practitioner CompTIA A+ Cisco CCNA Amazon AWS CompTIA Security+ AWS Certified Developer - Associate
Graphic Design Photoshop Adobe Illustrator Drawing Digital Painting InDesign Character Design Canva Figure Drawing
Life Coach Training Neuro-Linguistic Programming Personal Development Mindfulness Personal Transformation Meditation Life Purpose Coaching Emotional Intelligence
Web Development JavaScript React CSS Angular PHP WordPress Node.Js Python
Google Flutter Android Development iOS Development Swift React Native Dart Programming Language Mobile Development Kotlin SwiftUI
Digital Marketing Google Ads (Adwords) Social Media Marketing Google Ads (AdWords) Certification Marketing Strategy Internet Marketing YouTube Marketing Email Marketing Retargeting
SQL Microsoft Power BI Tableau Business Analysis Business Intelligence MySQL Data Analysis Data Modeling Data Cleaning
Business Fundamentals Entrepreneurship Fundamentals Business Strategy Online Business Business Plan Startup Freelancing Blogging Home Business
Unity Game Development Fundamentals Unreal Engine C# 3D Game Development C++ 2D Game Development Unreal Engine Blueprints Blender
30-Day Money-Back Guarantee

This course includes:

  • 5.5 hours on-demand video
  • 18 articles
  • 20 downloadable resources
  • Full lifetime access
  • Access on mobile and TV
Development Programming Languages Microsoft SQL

Microsoft SQL from A to Z

The Complete Guide to SQL Querying
Rating: 4.5 out of 54.5 (3,803 ratings)
14,718 students
Created by Brewster Knowlton
Last updated 12/2020
English
English [Auto], Indonesian [Auto], 
30-Day Money-Back Guarantee

What you'll learn

  • Complete literal SELECT statements.
  • Complete basic SELECT statements querying against a single table
  • Filter data using the WHERE clause
  • Sort data using the ORDER BY clause
  • Learn about database design and normalization
  • Using joins, return columns from multiple tables in the same query
  • Understand the difference between the INNER JOIN, LEFT/RIGHT OUTER JOIN, and FULL OUTER JOIN
  • Complete SQL statements that use aggregate functions
  • Group data together using the GROUP BY clause
  • Filter groups of data using the HAVING clause
  • Use built-in SQL Server functions
  • Understand SQL Server Data Types and Type Casting
  • Work with Table Expressions: Derived Tables and CTEs
  • Use CASE Statements
  • Use Subqueries
Curated for the Udemy for Business collection

Course content

12 sections • 81 lectures • 5h 42m total length

  • Preview06:49
  • ALSO START HERE: T-SQL Training Guide
    00:02
  • Installing SQL Server Written Instructions
    00:03
  • How to Install Microsoft SQL Server Express
    Preview11:26
  • How to Attach the AdventureWorks Sample Database
    04:45
  • Introduction to T-SQL and Database Concepts
    04:13
  • Literal SELECT Statements - Part 1
    06:38
  • Literal SELECT Statements - Part 2
    03:38
  • Literal SELECT Statement Practice Problems
    00:03
  • Basic SELECT Statements - Part 1
    08:42
  • Basic SELECT Statements - Part 2
    08:10
  • Basic SELECT Statements - Part 3
    06:29
  • Basic SELECT Statement Practice Problems
    00:02

  • Using the WHERE Clause - Part 1
    05:33
  • Using the WHERE Clause - Part 2
    05:10
  • Using the WHERE Clause - Part 3
    05:34
  • Preview08:16
  • Using the WHERE Clause - Part 5
    08:03
  • Using the WHERE Clause - Part 6
    08:29
  • Using the WHERE Clause - Part 7
    07:26
  • WHERE Clause Practice Problems
    00:02

  • Sorting with the ORDER BY Clause - Part 1
    07:48
  • Sorting with the ORDER BY Clause - Part 2
    06:23
  • ORDER BY Clause Practice Problems
    00:02

  • Using the INNER JOIN - Part 1
    08:15
  • Using the INNER JOIN - Part 2
    08:05
  • INNER JOIN Practice Problems
    00:02
  • Using the LEFT OUTER JOIN - Part 1
    07:52
  • Using the LEFT OUTER JOIN - Part 2
    10:25
  • Using the LEFT OUTER JOIN - Part 3
    03:33
  • LEFT/RIGHT OUTER JOIN Practice Problems
    00:02

  • Aggregate Functions - Part 1
    07:53
  • Aggregate Functions - Part 2
    04:34
  • Aggregate Function Practice Problems
    00:02

  • Grouping with the GROUP BY Clause - Part 1
    06:45
  • Grouping with the GROUP BY Clause - Part 2
    08:09
  • GROUP BY Clause Practice Problems
    00:02

  • Filtering Groups with the HAVING Clause - Part 1
    07:16
  • Filtering Groups with the HAVING Clause - Part 2
    07:10
  • HAVING Clause Practice Problems
    00:02

  • Using SQL Server Functions - Part 1
    03:16
  • Preview01:23
  • Using SQL Server Functions - Part 3
    04:12
  • Using SQL Server Functions - Part 4
    02:32
  • Using SQL Server Functions - Part 5
    01:51
  • Using SQL Server Functions - Part 6
    01:24
  • Using SQL Server Functions - Part 7
    01:22
  • Using SQL Server Functions - Part 8
    02:46
  • Nesting Functions - Part 1
    02:47
  • Nesting Functions - Part 2
    05:07
  • SQL String and Nesting Function Practice Problems
    00:03
  • Using Date Functions - Part 1
    01:56
  • Using Date Functions - Part 2
    03:42
  • Using Date Functions - Part 3
    03:59
  • Date Function Practice Problems
    00:02
  • NULL Handling Functions - Part 1
    02:53
  • NULL Handling Functions - Part 2
    03:16
  • NULL Handling Function Practice Problems
    00:02

  • The Basics of SQL Server Data Types and Type Casting Functions
    05:54
  • SQL Server Type Casting and Data Types Practice Problems
    00:03

  • Using Derived Tables - Part 1
    03:49
  • Using Derived Tables - Part 2
    04:11
  • Preview03:28
  • Using Derived Tables - Part 4
    04:38
  • Using Derived Tables - Part 5
    08:50
  • Derived Table Practice Problems
    00:02
  • Working with CTEs - Part 1
    04:23
  • Working with CTEs - Part 2
    01:59
  • Working with CTEs - Part 3
    08:00
  • Working with CTEs - Part 4
    04:09
  • Common Table Expression (CTE) Practice Problems
    00:02

Requirements

  • I assume that you have NO SQL or database background before taking this course.
  • You need to have a Windows computer or the ability to run a Windows Operating System on your computer.

Description

This course is an extension of our previous course, "Microsoft SQL for Beginners".  This course, "Microsoft SQL from A to Z" contains all the course material and content from the previous course plus the additional MANY new lectures on more intermediate and advanced-level SQL querying topics.  Students who sign up for this course will also have access to our 150+ page "Complete T-SQL Querying Guide" as an added bonus to assist you in the learning process.

Do you want to learn a skill that can help you earn nearly $100,000 per year? If so, then this course is for you!

SQL (Structured Query Language) is the language we use to interact with databases that store data. This allows us to retrieve data with ease and simplicity. As terms like business intelligence and big data become more familiar, businesses will need more people to learn the SQL language.

This course will teach you how to use the SQL language within Microsoft SQL Server, one of the most popular database engines in the world.

You will have plenty of video lessons to teach you the majority of the content. Each section includes practice problems or additional e-books to help reinforce what you learn in the video tutorials.

Who this course is for:

  • Anyone who works with data, tables, or databases!
  • Someone who wants to learn the foundational skill of big data and data analytics.
  • Those who work in organizations where the company typically uses Microsoft databases. This course uses Microsoft SQL Server and T-SQL (Microsoft SQL) variant of the SQL language. Those who work with Oracle, DB2, or MySQL might not gain as much from this course.
  • If you work in: marketing, finance, accounting, operations, sales, manufacturing, healthcare, financial services, or any other industry/function that collects information
  • Someone who wants to learn skills that give them the potential to earn near SIX figures!

Featured review

Terence Choo Boon Leong
Terence Choo Boon Leong
20 courses
6 reviews
Rating: 5.0 out of 5a year ago
I've completed and audited many courses in data science on Udemy and this course is arguably the best I've seen to date. Very thorough grounding in T-SQL up to a fairly intermediate level, concepts clearly explained and the accompanying guide book (included in the price) is an important reference source on my bookshelf. If you need to get up to speed in T-SQL, its a no brainer. Thanks!

Instructor

Brewster Knowlton
Business Intelligence Expert
Brewster Knowlton
  • 4.5 Instructor Rating
  • 14,455 Reviews
  • 52,035 Students
  • 2 Courses

Brewster Knowlton has worked in all facets of the business intelligence industry. With significant experience writing SQL code, developing ETL processes, and architecting and designing data warehouse systems, his greatest strength is the ability to communicate difficult concepts in an easily understood way. Having completed business intelligence projects across a variety of industries, Brewster understands what BI skills organizations need and employers are seeking. His goal is to help you learn SQL and business intelligence skills so that you might find your dream career in the business intelligence field.

  • Udemy for Business
  • Teach on Udemy
  • Get the app
  • About us
  • Contact us
  • Careers
  • Blog
  • Help and Support
  • Affiliate
  • Terms
  • Privacy policy
  • Cookie settings
  • Sitemap
  • Featured courses
Udemy
© 2021 Udemy, Inc.