3 Comments
User's avatar
â­  Return to thread
Anton Zaides's avatar

😂

Honestly, I didn't meet a lot of engineers who new how to properly use EXPLAIN.

Expand full comment
Michał Poczwardowski's avatar

So it sounds like it's worth EXPLAINing 🙂

Switching gears a little bit: SQL is a declarative language. I don't know why, but I think about it every time I see it in action. The concept of declaring what we want to get without needing to write procedures to get it is great. TBH It is close to what we are getting recently with LLMs 🤔

Expand full comment
Anton Zaides's avatar

I agree! It's much more straightforward than anything else. In contrast to LLMs, you do need to 'work' a bit to get what you want from it, but it's like a logical puzzle with very clear (and limited!) set of rules.

Expand full comment