vote up 4 vote down star

I have a question about the pronunciation of the SQL word. In my native language (French) we used to say it like spell each letters.

I've been listening to the stackoverflow podcast today. And I noticed the usage of the word sequel to describe SQL.

My question is what is the common or correct pronunciation of SQL in english. Is it a matter of taste?

flag

60% accept rate
1  
We pronounce it like "squirrel" at my company. – Juliet Apr 22 at 16:34

24 Answers

vote up 20 vote down check

These things are always irritating - as a breed, programmers like there to be one right answer and we like to do things right. Yes, ANSI defines the pronunciation as ESS Q ELL. Also, by way of related example, the creator of the Graphics Interchange Format reportedly requires it to be pronounced JIF in defiance of English grammar and common sense.

In my opinion the JIF pronunciation is provably wrong; creators of acronyms and abbreviations don't have any right to tell you how to speak. And so I will continue to feel comfortable saying either ESS Q ELL or Sequel as I feel like it. Pronouncing someone's name wrong, on the other hand, is impolite if you know better.

So to me it's always Linux with the sound of "in", rather than the sound of "whine", because the former is how Linus pronounces his name.

link|flag
1  
Amen! It's not "jif", it's hard-g gif! – Mr. Shiny and New Dec 8 '08 at 20:38
6  
I definitely say GIF with a hard G as in gill because it sounds right to me. I don't think that pronouncing it as Jif is provably wrong. Unless I have been mis-pronouncing Gin and tonic every time I order! – BlackWasp Feb 21 at 16:26
" programmers like there to be one right answer " -- which is why you have to get out of that box to succeed at the business side of things. I say S.Q.L. when talking about the ANSI/ISO standard to programmers and "sequel" when talking with non programmers who are put off by excessive TLA (Three Letter Acronyms). – Godeke Apr 22 at 16:57
1  
And those people would probably be put off by the other pronunciation as well: SQUEEL. (Though I say sequel.) – jmucchiello Apr 22 at 17:06
1  
I always pronounce the C type "char" with a ch sound, like "char-broiled". I knew someone once who pronounced it like "car". He said it was logical because it's short for "character". It sounded wrong every time he said it. – Graeme Perrow Apr 28 at 20:08
show 3 more comments
vote up 4 vote down

According to Wikipedia, going letter by letter is the "official" pronunciation (though I hear it pronounced "sequel" more often).

link|flag
vote up 4 vote down

A long time ago IBM had a database with "QUEL" (QUEry Language). It wos followed up with "SEQUEL" (a joke, since it was a sequel to the first language).

The pronunciation followed through to "SQL", which is officially "ess-que-ell". So both are considered correct by most people.

link|flag
Although a lot of people will say "sequel" is incorrect, as it refers to the IBM language, not the SQL standard. – Adrian Mouat Oct 3 '08 at 21:42
Actually, the way I heard is, IBM's language was "EQL" (pronounced "Equal"), and it was followed by "SQL" (pronounced "sequel") – James Curran Dec 8 '08 at 19:08
1  
Actuall, it was Ingres that had QUEL, not IBM. A much closer approximation to the relational calculus, too, which made it (IMNSHO) a much better language. – TMN Apr 22 at 17:41
Yes, Ingres, which is Open Source now, has QUEL as an option (IIRC) even today. +100 to TMN for ".. a much better language"! – MaD70 Nov 10 at 22:57
@Curran: no, that part is correct, it was SEQUEL. See almaden.ibm.com/cs/people/… – MaD70 Nov 10 at 22:59
vote up 3 vote down

I pronounce like this: /ɛsɛkuːˈɛlɛ/

link|flag
vote up 2 vote down

I think it doesn't matter as long as the other person understands that you're talking about SQL.

link|flag
vote up 2 vote down

Bonjour !

I worked in a Japanese and an Irish company. ESSE CUE EL for both. Never heard of "sequel". Does MySQL should be pronounced "My Sequel"?

PostgreSQL is also a pretty hard one.

link|flag
loads and loads of people say "My Sequel" as well as "Microsoft Sequel Server". Irritates me no end – Orion Edwards Apr 6 at 0:45
Strange, I've never once heard "Postgre Sequel." – Kai Apr 22 at 16:54
Putting what is actually correct aside, I hear "Sequel" and "S.Q.L." about 50/50. I hear "My Sequel" a lot and "My S.Q.L." almost never. I have never heard anyone say "Postgre Sequel", only "Postgres Q. L.". – Brad Barker Apr 22 at 18:29
Post pronounced like the german word "Post" and gre pronounced like "greece" greee. Post Gree Es Q El – daemonfire300 Nov 30 at 14:38
vote up 2 vote down

oh my god, its Ess-Cue-Ell please...

link|flag
vote up 2 vote down

The way I see it, abbreviations are all about brevity in both writing and speaking. Saying each letter S-Q-L requires saying three syllables. Saying the word sequel is only two syllables. Sequel wins for me every time.

link|flag
vote up 2 vote down

There is one good reason to come up with an agreement on this:

"An SQL server..."
"A SQL server..."

Both are valid depending on how you pronounce SQL. When reading about SQL one can generally tell how the author pronounces it through this usage. Jeff Atwood, for instance, always uses the second form in his blog posts as he prefers the "sequel" pronunciation.

Given that the ANSI organization has settled on ESS CUE ELL then in most technical literature the first form is used.

On forums such as StackOverflow, though, you'll find both forms, and in some cases it sparks an edit war between grammar, er, "enthusiasts."

Given that most written literature on the subject prefers the first form and agrees with ANSI, then when an edit war breaks out over something such as this, the conclusion should reflect the published standard.

link|flag
+1 for "enthusiasts". Good answer too. – RBerteig Jul 29 at 7:14
vote up 2 vote down

I work for Sybase, and I'm on the SQL Anywhere development team. We pronounce our product name as "sequel anywhere". I've occasionally heard "ess cue ell anywhere", but mainly from customers, rarely from employees.

link|flag
vote up 1 vote down

Someone once told me that the M$ variety is 'sequel' all other are Ess-Queue-El. I don't know if thats a common perception or not, just throwin' it out there.

link|flag
SQLServer is generally pronounced sequel-server, as MySQL is my-sequel. But the language is officially SQL (according to ANSI) and because IBM had a product called SEQUEL – mgb Apr 22 at 16:43
vote up 1 vote down

As Jason Sparks points out, you learn it as S-Q-L, and that's the pronunciation in most countries, but then most English speaking people pronounce it "Sequel".

link|flag
vote up 1 vote down

I don't remember the last time I heard someone pronounce it S-Q-L. Call it 'sequel'

link|flag
vote up 1 vote down

I started with S-Q-L but perhaps as a matter of convenience it seems a significant number of professional programmers refer to it as Sequel.

I also noticed this same principle applied in podcast 18 (URL pronounced as "earl").

link|flag
Earl? Shouldn't that be Yearl? – jmucchiello Apr 22 at 17:07
Heh probably :-) I still say "you-are-ell" – Graphain Apr 28 at 3:11
vote up 1 vote down

Well, similar to laws and regulations in other areas; what you read is not always what is reality. There is proper and correct English aaaaaand there's how everyone actually speaks. For those "stackers" (I'm guess that's slang for stack overflow members) who attend conferences, listen to podcasts, or watch recorded presentations, many highly respected members of the programming community pronounce it "sequel".

In my humble opinion, pronouncing it as "sequel" will make you sound the most correct, pronouncing it "seek-el" will make you seem like a novice, and pronouncing it "ess-que-el" will make you seem, well, arrogant.

This all reminds me of the scene in "Six Degrees of Separation" where Will Smith is attempting to learn how to correctly pronounce 'bottle of beer'.

"Say 'Bottle of beer'."

link|flag
vote up 1 vote down

The first time I heard it pronounced "sequel" was in reference to Microsoft SQL Server, so I always figured that was invented by Microsoft's marketting department.

Personally, when referring to the language I pronounce it "ess cue ell".

The only time I use the "sequel" pronunciation is in reference to "Sequel Server", though lately I'm tending towards "Squeal Server", which is just as valid.

link|flag
That's what I thought as well – rjohnston Feb 16 at 12:54
vote up 1 vote down

sequel isn't ms, sequel is ms, oracle, db2... basically any real database. pronouncing by letter just spells out your ignorance.

Ignorance? Ridiculous. Reserve your opprobrium for people who demonstrate stupidity or offensive behaviour, please. Do you have a reference for your very strange assertion?

link|flag
vote up 0 vote down

I think either way is fine and none more correct than the other. Personally I prefer Sequel since it rolls off the tongue more fluidly.

link|flag
vote up 0 vote down

As pointed out there is no right or wrong. I personally use S-Q-L since then I won't have to think twice about which spoken language I am using: "Sequel" is both pronounciation wise foreign ni swedish, and carries no meaning, while S-Q-L is easy to pronounce in both swedish and english.

My point is: if you don't yet have a preferred way of saying it, then I'd suggest using S-Q-L and not sequel, as there will be no confusion whatsoever on what you are talking about.

I personally heard it pronounced "sequel" about a year ago, and had to ask what the person meant. And I had worked with databases quite a lot before that.

link|flag
vote up 0 vote down

I flip between SQL and Sequel depending on the context. SQL for things like T-SQL, and Sequel when I am talking about the MS-SQL server.

MySQL and postgreSQL give me problems, but I just tend to avoid talking about them.

But I also pronounce it "Squirrel" in lighter moments (where it won't be misunderstood). Which sounds quite reasonable when you talk about Squirrel Servers :D

link|flag
vote up 0 vote down

Is it just an American thing to try to "say" acronyms? SCUBA, SQL, RBI, GIF (I've heard gif and jif), SITCOM,...

link|flag
1  
Um, by definition, an acronym has to be pronounced as a word. Otherwise it's just an initialism. – Kevin Jun 17 at 19:20
Strictly speaking this is true, but most people treat initialisms and acronyms as the same thing. – Ken Liu Jul 10 at 15:17
vote up 0 vote down

Definitely, the correct pronunciation is SQUIRREL

link|flag
vote up -1 vote down

See Quill

or

Sea Kwill

or

Seek Will

link|flag
vote up -3 vote down

Everyone sez "sequel", so go figure. Its totally up to you :p

link|flag
not everybody says it. go figure. – Mr. Shiny and New Dec 8 '08 at 20:37

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.