|
|
|
|
|
by falcolas
1302 days ago
|
|
Somewhat pedantic argument: SQL is kinda dead. Sure, modern databases use upgraded dialects of it, but they are custom to each database and often incompatible with plain SQL. There are even many cases where modern databases don't support even standardized SQL constructs. The easiest example of where databases and SQL part ways: UPSERT. It doesn't exist in standard SQL. ref. https://jakewheat.github.io/sql-overview/sql-2016-foundation... |
|
There are others of course. But I'd rather call SQL challenged (by graphql etc.) than dead.