|
|
|
|
|
by kibwen
2743 days ago
|
|
I dunno that SQL is exactly easy, though. It's one thing to say "select statements are essentially identical to Python list comprehensions", but in practice I still have to look up the Venn diagram chart every time I need to join anything, and performance optimization is still a dark art. I'd say SQL is easy in the same way that Git is easy: you can get away with using just 5% of it, but you'll still need to consult an expert to sort things out when things go sideways. |
|
Here's a good article about that: https://blog.jooq.org/2016/07/05/say-no-to-venn-diagrams-whe...