Skip to main content What is SQL?
Table of Contents
- History
- How to pronounce it?
- What does SQL do?
History
- SEQUEL – Structured English QUEry Language
- SQL was first created at IBM in early 1970s, with the original name being SEQUEL.
- But SEQUEL was already trademarked by an aeroplane company…
- SQL – Structured Query Language
- The registered acronym in the end.
How to pronounce it?
- Many pronounce it as “sequel” for historical reasons.
- The most popular pronunciation among non-English programmers is S-Q-L.
What does SQL do?
- a programming language
- the standard language for nearly all relational database management systems
- to communicate/interact with a database
- to query, manipulate, and define data
- to provide access control