Is SQL, or Structured Query Language, a programming language?
That’s a great question! A question that many answer with
emphasis: “No, SQL is not a programming language!” There
are some who answer yes; and they usually qualify that answer
with something like: “SQL is a programming language designed
to communicate with relational databases.”
It strikes me that those saying “yes” are saying that SQL is only a collection of interface methods to read from and write to a database engine. Those saying SQL is not a programming language often qualify that a programming language must have conditional logic and iterative structures, which don’t exist in SQL.
There’s a third group that are fence sitters. They decline to say whether SQL is a programming language, but they also say individuals who only write SQL aren’t programmers. That’s a bit harsh from my perspective.
Before …
[Read more]