Multiple choice Insert is a part of this sublanguage DQL DML TCL 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.