SQL Server Essentials in an hour: The SELECT statement
15
Lessons
All
Skill Level
1:07h
course Duration
English
Audio
Eng & Esp
Subtitles
Share This Class:
Overview
Want to learn SQL Server quickly?
In this course, we’ll 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’ll 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.
Completing this course will help you:
- 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.
Who is the course for?
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.
What people are saying
“Best SQL Crash Course there is. 8 years in the Tech field using T-SQL & PL-SQL and I am seeing the basics of Stored Procedures finally thanks to this course! I’d absolutely recommend it to my juniors.”
Lavanya
“Easy to follow, with relevant examples. It was basic condensed material, but due to the clear structure, one can easily finish it in less than three hours (with breaks, sic.), including Server installation. Highly recommend. Thank you.”
Razvan
“Learned a couple new things in the first 10 minutes. Great Review of these basic materials. Learned some nifty tips, especially in regards to using SQL with Excel.”
Chris
“Wonderful intro – great amount of detail and context. Thank you!”
Corinne
Previous
Next
Are You Ready To Start?
More Courses
You might also be interested in these courses
Database Fundamentals in 8 hours
Learning Database Fundamentals with Microsoft SQL Server
Microsoft SQL Server Reporting Services
Learn to create reports in SSRS