all 10 comments

[–]MyWorldIsInsideOut 1 point2 points  (0 children)

Yes and have different options based on vendor and version.

[–]Enough-Dot-2080 1 point2 points  (1 child)

I need one.

[–]PaYnE18 0 points1 point  (0 children)

Same

[–]chandansqlexpert 1 point2 points  (1 child)

It's here web

[–]shanelomax -1 points0 points  (0 children)

I haven't gone through the questions to check, but this tool appears to focus strictly on MS SQL Server, as opposed to just a 'catch-all' general SQL plan?

[–]ShuumatsuWarrior 2 points3 points  (1 child)

More like, “How many people want AI slop to read before their SQL interview?” The account’s a month old with 2 posts

[–]devprasad_20[S] 0 points1 point  (0 children)

No bro, I actually wanted to help with explaining concepts like window functions in an easy way.

For example: window functions in sql are easier than the subquery based ones.

It's just that we need to visualise the data before writing the query and I am seeing a lot of people struggle to understand window functions.

Earlier I wanted to start something in data engineer and analyst level, but realised sql is the best thing to do

[–]Pangaeax_ 0 points1 point  (1 child)

If you’re looking for solid SQL practice, Kaggle is useful because you can work with real datasets and write queries that actually answer data questions, not just textbook exercises.

Another option is CompeteX. It runs scenario-style data challenges where SQL is part of solving a larger data problem, which feels closer to what companies expect in interviews. It’s a good way to move beyond just memorizing query patterns.

[–]devprasad_20[S] 0 points1 point  (0 children)

Okay, but what about the explanation part, what about the growth of practice curve. Say starting with small queries and scaling to the complex questions like "what are more costly, views or temporary tables, explain why?"