|
|
|
|
|
by golergka
3663 days ago
|
|
> "never mind 5 years of claimed SQL experience at a big company" - you can easily have that without touching JOIN. Most of my experience with SQL comes from being a game designer with access to analytics database - so, not exactly a lot. But how the hell would you not touch join even a single time while working with SQL for 5 years?! |
|
1. Total reliance on ORMs, and never actually touching SQL (or not in 5 years since you started using ORMs)
2. Not building complex relational schemas with related items that you use SQL to pull in results of combined data that follows those relationships.
I'd wager #1 is the more common case.