Computer Science

SQL is a programming language.

SQL Queries

1 Like

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.

Answered By

1 Like


Related Questions