EnjoY | Database Research And Development: What is SQL?

Monday, August 24, 2020

What is SQL?

What is SQL?

SQL stands for Structured Query Language.

SQL is a 4th generation programming language and it lets you access and manipulate databases.

The SQL programming language was first developed in the 1970s by IBM researchers

and is the most common method of accessing data in databases today.

SQL became a standard of the American National Standards Institute (ANSI) in 1986, and of the International Organization for Standardization (ISO) in 1987.

SQL can be used on a “Database Management System” or DBMS. A DBMS is a software interface that accesses a database so that you can run SQL queries on the data objects of a database. Some commonly used DBMS systems include SQL Server, Oracle, DB2, dBASE, PostgreSQL, MongoDB, and SQLite.

There are also many different dialects of SQL, some examples:

Ø IBM DB2: SQL PL dialect
Ø Oracle: PL/SQL dialect
Ø Microsoft SQL Server: T-SQL dialect
Ø PostgreSQL: PL/pgSQL dialect


No comments:

Post a Comment

It’s all about friendly conversation here at small review :) I’d love to be hear your thoughts!

Be sure to check back again because I do make every effort to reply to your comments here.

Featured Post

SQL Server : SELECT all columns to be good or bad in database system

This article is half-done without your Comment! *** Please share your thoughts via Comment *** In this post, I am going to write about one o...

Popular Posts