logoalt Hacker News

tantalortoday at 2:32 PM1 replyview on HN

> SQL databases ... confused

"SQL" and "databases" are different things

SQL is a declarative language for data manipulation. You can use SQL to query a database, but there's nothing special about databases. You can also write SQL to query other non-database sources like flat files, data streams, or data in a program's memory.

Conversely, you can query a database without SQL.


Replies

johnthescotttoday at 4:53 PM

> Conversely, you can query a database without SQL.

fond memories of quel.