0 votes
in Oracle by

What is the full form of SQL?

(a) Structured Query Language

(b) Structured Query List

(c) Simple Query Language

(d) None of the Mentioned

1 Answer

0 votes
by

The correct answer is (a) Structured Query Language

To elaborate: 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

0 votes
asked Nov 25, 2021 in Oracle by DavidAnderson
0 votes
asked Nov 24, 2021 in Oracle by DavidAnderson
...