Question:

................ is a language that is used to manage data stored in an RDBMS.

Show Hint

SQL = Structured Query Language — essential for querying and managing relational databases.
Updated On: Jul 14, 2025
Hide Solution
collegedunia
Verified By Collegedunia

Solution and Explanation

SQL stands for Structured Query Language.
It is the standard language used for interacting with Relational Database Management Systems (RDBMS).
SQL allows users to create databases, define tables, insert, update, delete, and retrieve data efficiently.
Common SQL operations include SELECT, INSERT, UPDATE, DELETE, and JOIN.
It is declarative in nature, meaning you describe what result you want rather than how to get it.
SQL supports both Data Definition Language (DDL) and Data Manipulation Language (DML) functionalities.
Widely supported by systems like MySQL, PostgreSQL, Oracle, and MS SQL Server, SQL is a foundational tool for database administrators and developers.
Was this answer helpful?
0
0

Questions Asked in CBSE CLASS XII exam

View More Questions