CBSE Class 12 Informatics Practices Question 75 of 79

MySQL SQL Revision Tour — Question 3

Back to all questions
3
Question

Question 3

SQL is a programming language.

Answer

False

Reason — SQL, Structured Query Language, is a non-procedural query language. It describes WHAT all data is to be retrieved or inserted or modified or deleted, rather than specifying code describing HOW to perform the entire operation. Hence, it is not a programming language.