Hacker News new | ask | show | jobs
by manigandham 2622 days ago
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.