Hacker News new | ask | show | jobs
by jng 2627 days ago
Can you explain in some precision what you mean by that?
2 comments

SQL = structured query language. It's just an interface to access data. All relational databases offer it but so do many other non-relational systems. This means using SQL to read/write data is completely separate from having relational functionality like joins.
Sounds petty precise to me already