Description
About this course
In this course, you’ll learn to use Structured Query Language (SQL) to extract and analyze data stored in databases. You’ll first learn to extract data, join tables together, and perform aggregations. Then you’ll learn to do more complex analysis and manipulations using subqueries, temp tables, and window functions. By the end of the course, you’ll be able to write efficient SQL queries to successfully handle a variety of data analysis tasks.
What you will learn
- SQL Basics
- SQL Joins
- SQL Aggregations
- Subqueries and Temp Tables
- SQL Data Cleaning
- Window Functions