DEV Community

Carlos Estrada
Carlos Estrada

Posted on

3

SQL 50 FROM Leetcode

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.

Top comments (0)

Some comments may only be visible to logged-in visitors. Sign in to view all comments.

Billboard image

The Next Generation Developer Platform

Coherence is the first Platform-as-a-Service you can control. Unlike "black-box" platforms that are opinionated about the infra you can deploy, Coherence is powered by CNC, the open-source IaC framework, which offers limitless customization.

Learn more

👋 Kindness is contagious

Discover a treasure trove of wisdom within this insightful piece, highly respected in the nurturing DEV Community enviroment. Developers, whether novice or expert, are encouraged to participate and add to our shared knowledge basin.

A simple "thank you" can illuminate someone's day. Express your appreciation in the comments section!

On DEV, sharing ideas smoothens our journey and strengthens our community ties. Learn something useful? Offering a quick thanks to the author is deeply appreciated.

Okay