https://bugs.documentfoundation.org/show_bug.cgi?id=168149
--- Comment #12 from Eyal Rozenberg <[email protected]> --- (In reply to Heiko Tietze from comment #11) > From Wikipedia: Structured Query Language (SQL) is a domain-specific > language used to manage data, especially in a relational database management > system. Indeed, it says "especially" in relational DBMSes, not "solely", or even "almost exclusively". Because SQL is more general than just that. Now, SQL actually has several "sub-languages": For defining data, for altering data, etc. https://www.geeksforgeeks.org/sql/sql-ddl-dql-dml-dcl-tcl-commands/ What I'm talking about is the DQL, data querying language, or in other words - SELECT commands. These commands don't manage data, nor alter it; and I gave an example in an earlier comment. You might also take a look at: https://dev.to/qbentil/use-sql-without-databases-54on for some inspiration (although that is not strictly SQL). -- You are receiving this mail because: You are the assignee for the bug.
