SQL is a
a)procedural language
b)non procedural language
c)both(a) and (b)
d)none of these
Answers
Answered by
3
Answer:
Non - procedural language.
Answered by
1
The correct answer is option b) Non-procedural language.
Explanation:
SQL is a language used in computer programming. It used for managing data found in a relational database management system. It is a Non-Procedural language. In this type of programming language, the user must specify only “what has to be done”. It is a functional language. This language assists to develop one function from another function for constructing more complex functions. Thus, SQL is termed as non-procedural language.
Similar questions