Multiple choice

________ is used to query and manipulate existing objects like tables.

  1. Data definition language

  2. Data manipulation language

  3. Transaction control language

  4. Data control language

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

Data Manipulation Language (DML) is used to query and manipulate existing data in database objects. DML includes commands like SELECT, INSERT, UPDATE, and DELETE that work with the data within tables. DDL creates or modifies table structures, while DCL manages permissions and TCL controls transactions.