Multiple choice

Insert is a part of this sublanguage

  1. DQL

  2. DML

  3. TCL

  4. DDL

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

INSERT, UPDATE, and DELETE are part of Data Manipulation Language (DML) because they are used to manage and manipulate data within existing schema objects. DDL is used for defining schemas, DQL for querying, and TCL for transaction control.