1h 15m
0
November 8, 2024
Learn to Write Simple Queries to Get the Information You Need to Do Your Job
Do you often have to ask others to write SQL queries for you at work? Are you intimidated by the idea of writing your own SQL query? It’s time to take matters into your own hands.
In this course, you’ll learn how to write a basic SQL query from start to finish. We’ve designed the lessons specifically for those with little to no experience with writing queries, to teach you only what you need to know to get started writing queries today. By the end of the course, you’ll be able to retrieve data from multiple tables, sort and filter your query results, and use simple calculations. We’ll cover some commonly used functions so you can format dates and text as well as calculate sums and averages.
If you’re ready to stop waiting on someone else to pull data for you, this course is for you.
Topics covered in this course include:
Objectives – You will be able to:
Free
Section 01: Getting Started
01: Introduction (2:47)
02: Fundamentals and Terminology (6:25)
Section 02: Single-Table Queries
03: Creating a Simple Query (4:25)
04: Cleaning Query Results (7:13)
05: Using the WHERE Clause (6:48)
Section 03: Multi-Table Queries
06: Querying Multiple Tables (9:58)
07: Using Outer Joins (6:36)
Section 04: Functions & Subqueries
08: Working with Functions, Part 1 (5:44)
09: Working with Functions, Part 2 (5:53)
10: Using GROUP BY and HAVING (8:51)
11: Writing Subqueries (11:50)