The Daily Insight

Connected.Informed.Engaged.

Initially called SEQUEL (Structured English Query Language) and based on their original language called SQUARE (Specifying Queries As Relational Expressions). SEQUEL was later renamed to SQL by dropping the vowels, because SEQUEL was a trade mark registered by the Hawker Siddeley aircraft company. They are the same.

Is SQL short for sequel?

SQL was initially developed at IBM by Donald D. [15] The acronym SEQUEL was later changed to SQL because “SEQUEL” was a trademark of the UK-based Hawker Siddeley aircraft company. In short, SQL was originally called sequel. Due to a legal challenge, the name was changed to SQL.

When did sequel become SQL?

1974
By 1974 they published the query language SEQUEL (Structured English Query Language) based on SQUARE. Unfortunately, due to trademark violations on the acronym SEQUEL, which was already registered by the Hawker Siddeley aircraft company, the name was changed to Structured Query Language and abbreviated as SQL.

Is it a SQL or an SQL?

According to the Oracle docs it is sequel, so “a SQL …” is the correct way. “SQL (pronounced sequel) is the set-based, high-level declarative computer language…” The MySQL docs go the other route.

Why do people say sequel instead of SQL?

5 Answers. 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.

Is learning SQL worth it?

SQL is still a very valuable skill to learn and master. Despite the proliferation of many NoSQL and hybrid SQL-NoSQL solutions, a lot of analytics software interact through SQL to read the data. The database could be document or key-value oriented but it will most likely understand SQL queries (or a very close flavor).

Why is SQL called SQL?

The original full name was SEQUEL, which stood for “Structured English Query Language”. It later had to be renamed to SQL due to trademark issues. So basically, it was yet another attempt to sell a programming language as “just like English, except with a formal syntax” (hence “structured”).

How do you say hello in SQL?

Here is the basic syntax of a SELECT statement: SELECT * FROM helloworld WHERE phrase = “Hello, World!”; This statement will fetch all columns (hence the * ) from the table helloworld , and filter the results only to the rows which the phrase column is equal to Hello, World! .

Is SQL useful in 2021?

SQL is still the most popular language for data work in 2021.

Is it pronounced sequel or Sequel?

Looking to the authorities: Prof. Jennifer Widom, co-author of four popular database books, pronounced SQL Language as “sequel” in her Stanford database course. Christopher J. Date in “A guide to the SQL Standard” (1987) also pronounced the term as “sequel”.

What is sequel in SQL?

Sequel, or SQL, is actually an abbreviation. The real term is Structured Query Language, which helps explain what the language was created for. It’s for structuring or managing data, often contained within large databases. It facilitates the communication between systems, databases, and software.

What do you prefer – sequel or ess-cue-ell?

“Sequel” gets the most votes, but Chamberlin says “Ess-Cue-Ell,” and he gets an extra vote because he’s the co-developer of SQL. Is the historical context that relevant? Also, note that implementations may have their own preferences.