Multiple choice technology databases

"select" - Belogns to

  1. DML

  2. MDL

  3. DDL

  4. All the above

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

SELECT is a DML (Data Manipulation Language) command in SQL. It retrieves data from database tables but does not modify the database structure (that would be DDL) or manage database objects.