172k views
0 votes
Although the American National Standards Institute publishes the specifications for a standard SQL language, each DBMS vendor has its own _______________ of SQL.

User Axi
by
5.0k points

1 Answer

1 vote

Although the American National Standards Institute publishes the specifications for a standard SQL language, each DBMS vendor has its own dialect of SQL.

Step-by-step explanation:

Structured query language is a language which is popularly used for communication with a database. SQL was declared as the standard language by American National Standards Institute (ANSI) for relational database management systems. Unlike programming language, it is language used for managing the database.

Dialect is a particular version of a programming language.

SQL can help in inserting records and retrieving data from the database. A new table and even new database can be created easily using SQL.

User Michael Shigorin
by
5.5k points