Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/darkdk123/learning-sql
📚 Hub for all my SQL learnings !
https://github.com/darkdk123/learning-sql
databases postgresql sql sql-quest
Last synced: about 2 months ago
JSON representation
📚 Hub for all my SQL learnings !
- Host: GitHub
- URL: https://github.com/darkdk123/learning-sql
- Owner: DarkDk123
- Created: 2024-07-26T13:15:37.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-11-09T17:46:08.000Z (about 2 months ago)
- Last Synced: 2024-11-09T18:31:36.230Z (about 2 months ago)
- Topics: databases, postgresql, sql, sql-quest
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
Awesome Lists containing this project
README
# Learning SQL
All of my SQL learning will be documented on this repo.
# Courses, videos, tutorials etc.
These are the SQL tutorials i have done in order, all the notes, exercises, scripts, course resources are in the individual sections!
### 1. Intuitive SQL For Data Analytics - [Tutorial](https://www.youtube.com/watch?v=mXW7JHJM34k) :
- **Course Creator : [Vlad Gheorghe ](https://www.youtube.com/@vladdata741)**
- **Status** : [Completed ✅🚩](./Intuitive_SQL_Youtube/)
- **Exercises** : [Link](./Intuitive_SQL_Youtube/exercises.md)### 2. LeetCode SQL 50 Questions - [Tutorial](https://www.youtube.com/playlist?list=PL23dd-8zssJC0n4--rrdmbD4mROCcg5Uw) :
- **Course Creator : [Arfin on YouTube](https://www.youtube.com/@StartPracticing)**
- **Status** : [On Going](./SQL_Questions/)
- **LeetCode Link** : [Link](https://leetcode.com/studyplan/top-sql-50/)I had already solved many of these problems, just re-solving & documenting.