What is the full form of SQL?

A Structured Query Language
B Structured Query List
C Simple Query Language
D None of the Mentioned

Correct Answer: Structured Query Language

SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational database management system.Originally based upon relational algebra and tuple relational calculus, SQL consists of a data definition language and a data manipulation language. The scope of SQL includes data insert, query, update and delete, schema creation and modification, and data access control.

Related Questions

Next steps