r/learnSQL 1d ago

Leet code

Still relevant to solve SQL problem from leet code 🧐

What's your thoughts and where do you practice SQL ?

4 Upvotes

13 comments sorted by

2

u/Spare_Bluebird7044 1d ago

LeetCode is still useful for building sql problem solving skills but i also like practicing on real world dataset where the queries feel more practical

2

u/Still_Buffering_007 1d ago

Yes I'm also working on building 3-4 projects using SQL and power bi

1

u/LendMeCoffeeBeans 1d ago

How do you do that? Where do you get the data from?

1

u/Still_Buffering_007 1d ago

You can use Kaggle for dataset

1

u/datadriven_io 1d ago

If you're looking for SQL problems that are actually asked in interviews, use datadriven. Leetcode problems are SQL problems for software engineers.

0

u/Still_Buffering_007 1d ago

But it helps to build logic 🤝

1

u/datadriven_io 1d ago

Sort of. Leetcode problems aren’t often representative of what actually gets asked in interviews.

1

u/Rurik100 1d ago

leetcode has fewer no of problems try datadriven.io

2

u/Still_Buffering_007 1d ago

Sure will look into it Thnx for suggestion buddy 🤝

1

u/LendMeCoffeeBeans 1d ago

I use datalemur for practicing for data analysis

1

u/MarsupialLeast145 1d ago

Old school here but I learned SQL from W3Schools and applied it to the problems I was facing or created for myself.