Multiple choice technology databases "select" - Belogns to DML MDL DDL 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.