
Learn to read and write simple SQL queries, understand basic terminology, and use joins, functions, and subqueries to retrieve data from multiple tables for non-technical professionals.
Discover SQL fundamentals and terminology, focusing on data retrieval with a SELECT query. Learn how to join related tables and apply clauses: FROM, WHERE, GROUP BY, HAVING, ORDER BY.
Write a simple select query in SQL Server Management Studio, learn to view results, and save the query and its results as a CSV file.
Learn to clean query results in SQL by adding columns, order by, where clauses, and aliases, and creating calculated columns for clearer data.
Learn to filter data with the where clause using comparison and logical operators, including greater than, less than, and between. Explore between, like with wildcards for titles, and combine and not.
Learn to query data from multiple tables using joins, on clauses, and optional where clauses; master table relationships, ambiguous column handling, and table aliases with customers, sales, and books.
Explore inner, left, and right outer joins using aliases to pull data from related tables. See how null reveals unmatched rows and use where CustName is null to identify slackers.
learn to use date, string, and aggregate functions in sql to extract year or month, manipulate text, and compute differences with datepart, datename, datediff, and getdate.
Learn to use string and aggregate functions in SQL, including concatenation, trim to handle spaces, and calculating totals and averages on sales data.
Learn to use group by with sum to total quantities per customer, apply having to filter totals, and order by the aggregate to show lifetime sales.
Use subqueries, a query within a query, to compare average commission rates in the employees table. Explore filtering with where and select using in across books and customers.
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? 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. This course will quickly teach you what you need to know to get started. By the end of the course, you’ll be able to retrieve data from multiple tables, sort and filter query results, and use simple calculations. We’ll cover commonly used functions, so you can format dates and text as well as calculate sums and averages.
These lessons will help you learn the fundamentals of the SQL language while also introducing you to some of the more advanced topics. If you’re ready to stop waiting on someone else to pull data for you, this course is for you.
Note: This course uses SQL Server Management Studio, but the language of an SQL query is not specific to any one tool.
Topics covered include:
Retrieving data from one or multiple tables
Using aliases to simplify your queries
Filtering data with the WHERE clause
Using Outer Joins
Working with functions: DATEPART, DATENAME, DATEDIFF, TRIM, SUM, AVG
Using the GROUP BY and HAVING clauses to retrieve and filter summarized data
Writing subqueries including nested subqueries
Enjoy seventy-five minutes of high-quality HD content in the “Uniquely Engaging”TM Bigger Brains Teacher-Learner style!