This repository contains my notes, code, and learnings from the "Intro to SQL" course on Kaggle. The course provides a strong foundation in using SQL for exploring and analyzing large datasets.
I have successfully completed all six lessons in the course, including both tutorials and exercises:
- Writing basic SQL queries using
SELECT,FROM, andWHERE - Aggregating data using
GROUP BY,HAVING, andCOUNT - Sorting results with
ORDER BY - Structuring complex queries using Common Table Expressions (
WITH) - Joining multiple tables using
JOIN - Querying large datasets using BigQuery efficiently
Now that Iβve completed this course, I plan to:
- Explore more advanced SQL topics (window functions, subqueries, optimization)
- Apply SQL to real-world datasets for exploratory analysis
- Combine SQL with Python in data science workflows
You can view or verify my Kaggle profile ![Course Progress Screenshot]