Udemy
    •  
    •  
    •  
    •  
    •  
    •  
    •  
    •  
Turn what you know into an opportunity and reach millions around the world.
Learn More
Your cart is empty.
Keep shopping
SQL Server Essentials in an hour: The SELECT statement
Rating: 4.4 out of 5(2,860 ratings)
9,091 students

SQL Server Essentials in an hour: The SELECT statement

Learn how to use SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER in SQL Server. Helps with DP-600
Last updated 9/2025
English

What you'll learn

  • Build your own SQL Server SELECT statements.
  • Use the SELECT, FROM, WHERE, GROUP BY, HAVING and ORDER BY clauses.
  • Encapsulate (save) your statements as views or procedures.
  • Dynamically connect the results of your SELECT statements into Excel.

Coding Exercises

This course includes our updated coding exercises so you can practice your skills as you learn.

See a demo
Image of coding exercise example

Course content

4 sections18 lectures1h 15m total length
  • Introduction2:10
  • Welcome to Udemy0:55
  • Introduction to Udemy3:05
  • Do you want auto-translated subtitles in more languages?1:20
  • Have you got SQL Server?0:15

Requirements

  • Ideally, you should have installed SQL Server Management Studio (SSMS) on your computer.
  • You need to know how to use a computer, and how to open a spreadsheet.
  • No other knowledge of SQL Server is needed.
  • There's a 30-day money back guarantee on this Udemy course.

Description

Do you want to learn SQL Server quickly?

Please note: This course is not affiliated with, endorsed by, or sponsored by Microsoft.

Reviews

Melisa says: Explanations are very clear! I recommend this course.

Monde says: Its was nice the lecture made clear to the point examples and I could make sense of what he was explaining example was making sense about all the aggregate clauses such as SUM, MIN, COUNT and AVG and MAX he was too good I like him

Jay says: I learned SQL years ago, and I needed a refresher on the basic syntax. This course was perfect for that purpose!


In this course, we will look in an hour at the SELECT statement.

There are six constituent clauses in this statement: 

  • SELECT - this is akin to the Print statement in other languages, and

  • FROM - this shows your data source,

  • WHERE - this filters down your data source,

  • GROUP BY - this enables the results to be summarised,

  • HAVING - this filters the summary, and

  • ORDER BY - this sorts your results.

We will then look at saving your code using both views and procedures.

Finally, we'll export your reports into Excel, both statistically (copy and paste) and dynamically (so that you always have the latest reports).

In just an hour, you'll be able to create your own SELECT statements, so you can use them in SQL Server (SSMS, SSRS and SSIS) and in Excel. This is all you need to start writing and using your own code. Quick and easily.

If you have not already got SQL Server installed on your machine, this course includes a link to a video which shows you how you can install for free SQL Server Developer edition, together with SQL Server Management Studio (SSMS). These can be installed on your laptop or desktop to use for learning purposes for as long as you need.

Knowledge of this will also help with the DP-300 and DP-600 exams.

Who this course is for:

  • This course is for you if you want to learn about SQL Server's SELECT statement.
  • You can use the SELECT statement in SSMS, SSRS, SSIS and Excel.