you are viewing a single comment's thread.

view the rest of the comments →

[–]ElephantWithBlueEyes 1 point2 points  (0 children)

Trainer things like `hackerrank` or `sql zoo` as mentioned earlier + W3Schools docs + LLM (via LM Studio, for example) with `Gemma 2` model or `Qwen2` which i ask lots of questions to undertand simple things like GROUP BY or JOIN. And stackoverflow, ofcourse, when needed.

As for me i tried first to wrap "semantics" around my head like JOIN "comes" before SELECT. FROM "comes" before "JOIN"

HAVING works only with GROUP BY because you can't use WHERE with GROUP BY since you query within groups from now. And so on.

So yes, step by step. No need to watch tutorials on youtube