CBSE Class 12 Computer Science
Question 70 of 78
Simple Queries in SQL — Question 4
Back to all questionsFalse
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.