What does SQL stand for?
2025
What does SQL stand for?
- A.
Structured Query Language
- B.
Simple Query Language
- C.
Systematic Query Logic
- D.
Standard Query Level
Attempted by 2221 students.
Show answer & explanation
Correct answer: A
SQL stands for Structured Query Language. It is a standard programming language used for managing and manipulating relational databases. The term 'Structured' refers to the organized format of data in tables. 'Query' indicates the ability to retrieve, insert, update, or delete data. 'Language' refers to the syntax and commands used to interact with the database.