An open API service indexing awesome lists of open source software.

https://github.com/khalidkhankakar/sql-for-datascience

This repository is your all-in-one resource to learn and apply Structured Query Language (SQL) specifically for data analysis, business intelligence, and data science workflows.
https://github.com/khalidkhankakar/sql-for-datascience

data-science database datacleaning mysql mysql-database sql

Last synced: about 2 months ago
JSON representation

This repository is your all-in-one resource to learn and apply Structured Query Language (SQL) specifically for data analysis, business intelligence, and data science workflows.

Awesome Lists containing this project

README

          

# 📊 SQL for Data Science

Master SQL from fundamentals to advanced analytics — tailored for data science!

This repository is your all-in-one resource to learn and apply **Structured Query Language (SQL)** specifically for **data analysis**, **business intelligence**, and **data science workflows**. Whether you're a beginner or upskilling for analytics roles, this repo covers everything you need to become confident in SQL.

---

## ✅ Topics Covered

- **SQL Basics**
`SELECT`, `WHERE`, `ORDER BY`, `LIMIT`, aliases, etc.

- **Filtering & Aggregations**
`GROUP BY`, `HAVING`, `COUNT`, `SUM`, `AVG`, `MIN`, `MAX`

- **Joins & Relationships**
`INNER JOIN`, `LEFT JOIN`, `RIGHT JOIN`, `FULL OUTER JOIN`

- **Subqueries & Nested Queries**

- **Window Functions**
`RANK()`, `ROW_NUMBER()`, `DENSE_RANK()`, `LEAD()`, `LAG()`, etc.

- **Advanced SQL Functions**
`CASE`, `COALESCE`, `NULLIF`, `CAST`, `CONVERT`, string/date/time functions