asked 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.

asked
User Axi
by
7.9k 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.

answered
User Michael Shigorin
by
8.3k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.