dev-resources.site
for different kinds of informations.
SQL 50 FROM Leetcode
Published at
8/28/2024
Categories
leetcode
sql
challenge
database
Author
Carlos Estrada
Main Article
In the past days I finally complete the sql 50 challenge from leetcode, and in this post I will share with all of you the good and bad of the challenge.
The good
- Different topics from easy problems like simple select to more complex one where you need to do joins, group by, etc.
- Split in group according with the main idea of the section for example sorting, joins, aggregate functions.
- Really nice to get started with sql
The bad
- Some problems the testcase suit was changed so, answer that in the past where correct now are incorrect.
- Some problems need a little bit of improvement in the description of them.
Conclusion
In general is a really good starting point, I use this challenge to practice more my sql skills and I found my self sometimes discovering really nice things looking at the solutions by other people.
Articles
12 articles in total
Neetcode Roadmap Part 1
read article
My Study Schedule for 2025
read article
Welcome 2025 here is what I will learn
read article
Backend challenge #6
read article
Backend challenge #5
read article
Reto de backend #2
read article
Reto de backend #1
read article
Backend challenge #4
read article
Backend Challenge #3
read article
Sites to practice SQL
read article
SQL 50 FROM Leetcode
currently reading
Creating a nextjs chat app for learning to integrate sockets
read article
Featured ones: