What Is a Sequel Server?
- A relational database management system (or RDBMS) is a program that serves databases on the Web or to other computers, and manages them based on a relational model, meaning the tables that make up the databases are interrelated.
- SQL Server is one popular RDBMS, owned by Microsoft. It can interact closely with other Microsoft tools, such as its ASP.NET Web programming framework.
- "Sequel" is a colloquial term for SQL, which stands for Structured Query Language and is the language used to manage databases in an RDBMS. SQL was actually originally called SEQUEL when it was first developed, by IBM, as "Structured English QUEry Language."
- All relational database management systems use some form of SQL. Microsoft SQL Server in particular uses an enhanced form of SQL called T-SQL.
- Other popular database management systems include MySQL and Oracle.
Relational Database Management Systems
Microsoft SQL Server
Origin of "Sequel" and SQL
Structured Query Language
Competitors
Source...