Instructor
Unlock the full potential of SQL to analyze, manipulate, and retrieve data with confidence. This comprehensive course is designed to take you from the basics of SQL querying to advanced techniques used by professionals in data analytics, business intelligence, and data science.
Through practical lessons, hands-on exercises, and real-world examples, you’ll learn how to transform raw data into meaningful insights that drive decision-making.
In today’s data-driven world, SQL is a vital skill for anyone working in analytics, business intelligence, or data science. By the end of this course, you’ll have the expertise to confidently query databases, solve real-world problems, and make data-driven decisions.
Basic familiarity with SQL is helpful but not necessary.
We recommend completing the prerequisites for more effective learning.
This course includes 8 modules, 59 lessons, and 6:36 hours of materials.
Welcome to the course
Learn how to install Microsoft SQL Server and SSMS
Exploring Microsoft SQL Server Mgt Studio
Introduction to Microsoft SQL Server and SSMS
Setting up the SSMS Environment
Introduction to Azure Data Studio
Introduction to MYSQL server and Workbench
Installing MYSQL(Workbench + Server)
Exploring the interface of workbench
Dataset
Download the file for the practical exercises
Introduction to SELECT clause
The SELECT clause with Expressions
Using Alias
SELECT with DISTINCT
Select TOP N records
SELECT with WHERE clause
WHERE operators
Filter records with comparizon operators
Filter records with the AND operator
Filter records with the OR operators
Filter records with the IN operator
Filter records with BETWEEN
Using the LIKE operator
Filter records with NULL values
Handling NULL values
Working with Aggregate Functions
Working with GROUP BY clause
Sorting records with ORDER BY clause
Filtering Grouped result with HAVING clause
Understanding the Order of execution
Order of Execution demo
Applying conditional logic with CASE
Introduction to Joins
Download the dataset and the resources
Exploring the dataset queries
Introduction to Inner Join
Inner join demo 1
Inner Join demo 2
Introduction to LEFT JOIN
LEFT JOIN demo
Introduction to RIGHT JOIN
RIGHT JOIN demo
Introduction to FULL JOIN
FULL JOIN demo
Summazing data from multiple tables
Using alias in Joins
Joining 3 tables with INNER JOIN
Protips for writing your queries
Introduction to set opertions
Set operation - INTERCEPT AND EXCEPT
DEMO - INTERCEPT AND EXCEPT
Demo - UNION Vs UNION ALL
Installing VS Code
Install Github copilot
Exploring Copilot features
Create tables with Copilot
Debug with copilot
Course conclusion
Reply to Comment