|
|
|
|
|
by runako
48 days ago
|
|
There's now ~2 generations of professional engineers for whom SQL was rarely/never a thing to learn. Between the hard(er) split among front-end/back-end developers, ORMs improving, and the (flawed) idea that NoSQL would make SQL irrelevant, it has become somewhat of a niche skill. Think about Firebase. One can be full stack on an app built on Firebase and be successful without ever touching SQL. Firebase is very popular, and has been for some time. Source: I have worked with a set of otherwise solid engineering teams and can say that SQL familiarity has given me a leg up on very smart engineers who nonetheless do not do relational databases. |
|
Also can someone actually understand the logic of joins, indexes, pks, etc enough to create an efficientand scalable db, and not simply have learned sql by proximity?