pronunciation - How is SQL pronounced?
When I was learning SQL, I remember reading that it should be pronounced just like the word sequel; however, I worked with a bunch of techs who seemed to prefer S-Q-L. Is there a proper convention for this?
Answer
The first version/draft of SQL was in fact called Structured English Query Language and the acronym was SEQUEL. Due to trademark violations on the acronym, the name was changed to Structured Query Language and abbreviated as SQL.
So it was intended to be pronounced as SEQUEL at first. Nowadays it's a matter of preference. There is no standard set for it (yet).
Some urban legends say that the Structured Query Language was actually a sequel to the previous Query Language and that the SQL acronym is intended to be pronounced as sequel.
Comments
Post a Comment