Multiple choice technology programming languages

SQL is a language for

  1. developing system programs

  2. relational database management system

  3. business applications only

  4. both A. and B.

Reveal answer Fill a bubble to check yourself
B Correct answer
Explanation

SQL is a domain-specific language designed for managing and querying data in relational database management systems (RDBMS). It is not used for developing system programs (which requires languages like C/C++), nor is it limited to business applications only. SQL's primary purpose is data definition, manipulation, and control within relational databases.