CBSE Class 12 Computer Science Question 70 of 78

Simple Queries in SQL — Question 4

Back to all questions
4
Question

Question 4

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.