Multiple choice technology databases

SELECT Statement comes under?

  1. DRL

  2. DDL

  3. DML

  4. DCL

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

SELECT is classified as DRL (Data Retrieval Language) or DQL (Data Query Language) - a category that specifically handles querying and retrieving data from databases. Unlike DML (which modifies data) or DDL (which modifies structure), SELECT only reads data without making any changes to the database.