0
hinst
1y

SQL language is outdated sh*t; whoever uses it unironically should take dementia pills

Comments
  • 8
    umm.. sure..
  • 11
    What do you suggest for relational DB?
  • 3
    SQL and no-SQL have each of their own use cases. SQL is here to stay.
  • 0
    Really? I think C++ it's outdated
  • 4
    On the contrary. I think SQL is not taught enough. Using an ORM is fine, but judging by most SQL related questions I've seen, people don't really understand how to use their DBMS.
  • 0
    @nitnip ORM is an offensive anti Pattern. Cast First Stone...
  • 0
    SQL's functionally is fine.

    The SQL language itself (aka, the EBNF spec) is easy to read but horrible to write and should be replaced with something that has a more intuitive structure, IMO.
  • 1
    @B-Con what is not intuitive about sql?
  • 0
    @netikras Json operations are not very intuitive. Then again, It's not something I use very frequently so I always just forget the syntax.
  • 0
    @nitnip what? is JSON part of the SQL RFC? Did I miss smth?
  • 0
    @nitnip using JSON in a relational context looks like the real problem here, RDBMS supporting it doesn't mean you should use it
  • 1
    @hippolyte Like I said. I use it rarely.
Add Comment