Question:

What does SQL stand for in the context of databases?

Show Hint

SQL is a powerful language used to interact with relational databases by executing queries to retrieve or modify data.
Updated On: Jun 27, 2025
  • System Query Language
  • Structured Query Language
  • Sequential Query Logic
  • Standard Query Layer
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

SQL stands for Structured Query Language, which is a standardized programming language used to manage and manipulate relational databases. It allows for querying, inserting, updating, and deleting data in a database.
- System Query Language (A) is incorrect as SQL refers to Structured Query Language, not system-specific queries.
- Sequential Query Logic (C) is not related to SQL, as it does not define the core functionality of SQL.
- Standard Query Layer (D) is also incorrect, as SQL is specifically about querying databases, not a "query layer."
Therefore, the correct answer is (B), Structured Query Language.
Was this answer helpful?
0
0