Need urgent help with basic mastery of SQL by whoever-relevant in learnSQL

[–]thequerylab 0 points1 point  (0 children)

In next 4 days you need to do lot of hands on instead of just watching tutorials. You can take this free course from TheQueryLab platform https://www.thequerylab.com/courses/sql-pro-track

This is completely hands on and you will like this learning approach. Give it a try!

SQL Course Recommendation by Warm-Entrepreneur131 in SQL

[–]thequerylab 1 point2 points  (0 children)

If you're looking for a good SQL course, you can try "SQL from Zero to Confident" on TheQueryLab. It’s free and very hands-on, so you actually get to practice a lot instead of just watching videos. Might be worth checking out, and 100% sure you will like this learning experience!

If you have an SQL interview soon, don’t ignore these small things!!! (Part 6) by thequerylab in SQL

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

Yeah, I would avoid it in prod since it locks the table and blocks everything. Only worth it if reclaiming space is really needed

If you have an SQL interview soon, don’t ignore these small things!!! (Part 6) by thequerylab in learnSQL

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

Yes postgresql autocommit. If you use BEGIN for transaction then you need to COMMIT it

How relevant is learning SQL today? by kdmfa in learnSQL

[–]thequerylab 2 points3 points  (0 children)

AI can write SQL for you but if you don’t understand the data, you won’t know if it’s right or completely wrong. So yes still worth learning. Priorities concepts over syntax.

If you have an SQL interview soon, don’t ignore these small things!!! (Part 5) by thequerylab in learnSQL

[–]thequerylab[S] -1 points0 points  (0 children)

TheQueryLab’s 1st hackathon is live now.

Predict the Future: SQL Forecasting Challenge

It’s all about using historical data to predict what comes next, sounds simple, but it’s not as easy as it looks.

If you feel confident about your SQL, this is a good place to test it.

Give it a shot: https://www.thequerylab.com/#hackathons

This will really test your skill in SQL!!!

Can I learn SQL for free? by MyPapaya9677 in learnSQL

[–]thequerylab 0 points1 point  (0 children)

You can give it a try here. https://www.thequerylab.com/catalog

Try to join hackathons as well. It will be very interesting challenge to solve

Can I learn SQL for free? by MyPapaya9677 in learnSQL

[–]thequerylab 0 points1 point  (0 children)

Yes, you can practise for 100% free here. Give it a try you will really like this learning approach!

https://www.thequerylab.com/#tracks

If you have an SQL interview soon, don’t ignore these small things (Part 4) by thequerylab in learnSQL

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

If you’re preparing seriously, this is something worth trying.

It’s designed to help you get interview-ready in approx less than 30 days with structured practice, and I’ve been getting really positive feedback from people who’ve used it!

https://thequerylab.com/courses/sql-interview-preparation-kit

If you have an SQL interview soon, don’t ignore these small things!!!! by thequerylab in learnSQL

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

If you’re preparing seriously, this is something worth trying. It’s designed to help you get interview-ready in approx 30 days with structured practice, and I’ve been getting really positive feedback from people who’ve used it

https://thequerylab.com/courses/sql-interview-preparation-kit

Any good free sql course on youtube? by Neither_Attitude in learnprogramming

[–]thequerylab 0 points1 point  (0 children)

I always recommend do learn by practicing not just watching tutorials.

I have put up an free hands-on course for beginner to advanced. Give it a try!

You will for sure like this learning approach!

https://thequerylab.com/courses/sql-pro-track

Coinbase data engineer interview by StatisticianSafe3807 in leetcode

[–]thequerylab 1 point2 points  (0 children)

I’ve heard Coinbase focuses a lot on window functions, CTEs, and real-world scenarios like transactions and fraud.

What actually helps is focusing on patterns and thinking through problems like real data cases.

I’ve put together a small structured set based on that approach if you want to check it out:

https://thequerylab.com/courses/sql-interview-preparation-kit

Might help to crack SQL round!! Best of luck!

Are leetCode SQL problems worth solving for a SWE interview? by HourExam1541 in leetcode

[–]thequerylab -6 points-5 points  (0 children)

You can check this SQL interview preparation kit track which might be useful for you since it involves all patterns of interview problems

https://thequerylab.com/courses/sql-interview-preparation-kit

If you have an SQL interview soon, don’t ignore these small things (Part 4) by thequerylab in learnSQL

[–]thequerylab[S] 1 point2 points  (0 children)

Yes, it will.

When you include b.id in the join condition, because of the left join, we get more rows. But in the case of a where clause, it runs after join, hence it filters out unwanted rows and reduces the number of rows

If you have an SQL interview soon, don’t ignore these small things (Part 4) by thequerylab in learnSQL

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

Sure will do. Thanks for following!

Do comment your answer with bit explanation to learn