Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

What is the difference between "sequel" and "SQL"?

Tags:

sql

I want to clarify difference between sequel vs SQL? Any one here know the difference between them?

like image 784
Aruni Godage Avatar asked Aug 30 '13 00:08

Aruni Godage


People also ask

Is SQL and sequel the same?

The name SEQUEL was later changed to SQL (dropping the vowels) because "SEQUEL" was a trademark of the UK-based Hawker Siddeley Dynamics Engineering Limited company. The label SQL later became the acronym for Structured Query Language.

Why do people say sequel instead of SQL?

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.

When did sequel change to SQL?

Codd's model is now accepted as the definitive model for relational database management systems (RDBMS). The language, Structured English Query Language (SEQUEL) was developed by IBM Corporation, Inc., to use Codd's model. SEQUEL later became SQL (still pronounced "sequel"). In 1979, Relational Software, Inc.

What is a sequel database?

A SQL database is a collection of tables that stores a specific set of structured data. The SQL database has long been the tried and true workhorse of the backend enterprise and at the heart of everything we do in this electronic age.


2 Answers

in the early 1970s. 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.

like image 144
Jaynesh Sharma Avatar answered Oct 18 '22 17:10

Jaynesh Sharma


They are the same.

From Wikipedia:

SQL (/ˈɛs kjuː ˈɛl/ "S-Q-L"[4]; Structured Query Language[5][6][7][8]) is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS).

Some people pronounce it "S-Q-L", while others pronounce it "sequel".

For more on the pronunciation of this term:

https://english.stackexchange.com/questions/7231/how-is-sql-pronounced

http://patorjk.com/blog/2012/01/26/pronouncing-sql-s-q-l-or-sequel/

like image 21
htxryan Avatar answered Oct 18 '22 19:10

htxryan