
learn to use the select keyword to pull specific columns from an orders worksheet, ensuring correct column spelling and proper from clause to return targeted data.
Learn how to add SQL comments, including single-line comments with two hyphens and multi-line comments using a forward slash and an asterisk, to annotate select statements.
Use the where clause on the discontinued column to filter active products, returning product id, product name, unit price, and units in stock from the products table.
Learn to filter with sql where clauses using and conditions to identify discontinued items that still have stock, by applying discontinued = true and units in stock > 0.
Explore how to use an or statement in a where clause to filter products by multiple categories, such as beverages or condiments, selecting product id, name, category, and unit price.
Filter currency values in Excel SQL by converting the unit price to numeric to remove dollar formatting, then use where unit price is greater than 30 to retrieve results.
Learn how to filter unit price in SQL using greater than 30 and the between keyword to define a range, such as 30 to 100, with practical examples and validation.
Learn how to simplify multi-value filters with the SQL in operator by replacing repeated or conditions with a where category in ('beverages','seafood','condiments'), streamlining queries.
Explore translating common Excel functions such as sum, average, and count into SQL select statements, and practice with the SQL products exercise file to follow along.
Learn how to use SQL aggregate functions like sum, count, and average to summarize data in select statements, group by category, and compare with Excel equivalents.
Apply the as keyword to name calculated columns in a SQL select statement, turning a sum calculation into a labeled total units column for clearer results.
Explore using the sql count function in a select statement to count product_id from the products table, aliased as total products, yielding 77 items.
Learn to perform an inner join between customers and orders, building a multi-table select from the customers primary table and the orders table, and resolve ambiguous customer ID references.
Master SQL queries and connect them to Excel data to analyze sales reports, customer data, and project metrics. Use it daily to deepen your skills and tackle advanced SQL topics.
Are you an Excel power user ready to take the next step in your data journey? This course was built just for you.
"SQL for Excel Users" is your fast track to learning SQL—the language of data—in a way that feels familiar, practical, and instantly useful. If you know your way around formulas, filters, and PivotTables but feel stuck when it comes to managing larger, more complex datasets, it’s time to unlock SQL right inside Excel. No installations. No intimidating database setup. Just you, Excel, and the skills to command your data like a pro.
In this action-packed, beginner-friendly course, you’ll learn how to write SQL queries directly in Excel using a lightweight add-in. You’ll go from SELECT to JOIN, from WHERE to GROUP BY, all while working with the kinds of datasets you already use every day. Think of SQL as the next logical step in your Excel evolution—and we're going to make it simple, fast, and fun.
Whether you’re in analytics, finance, marketing, HR, or any data-driven role, this course will empower you to query smarter, report faster, and finally bridge the gap between Excel and true database power.
Enroll now and add SQL to your Excel toolkit—your future self (and your boss) will thank you.