Vidyalelo
SQL · Q1

SQL

Programming · SQL · question 1

Q1

What is the full form of SQL?

A.
Structured Query Language
Answer
B.
Structured Query List
C.
Simple Query Language
D.
None of these

Answer: Option A

Solution

Answer: Option A
Solution:

SQL (Structured Query Language) is a special-purpose programming language designed for managing data held in a relational database management system (RDBMS).
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.