Which category of SQL commands does the INSERT statement belong to?

2026

Which category of SQL commands does the INSERT statement belong to?

  1. A.

    DDL (Data Definition Language)

  2. B.

    DCL (Data Control Language)

  3. C.

    DML (Data Manipulation Language)

  4. D.

    TCL (Transaction Control Language)

Attempted by 641 students.

Show answer & explanation

Correct answer: C

The INSERT statement is used to add new rows of data into a table. This operation modifies the data within the database, which classifies it under Data Manipulation Language (DML). DML commands include INSERT, UPDATE, DELETE, and SELECT.

Explore the full course: Up Lt Grade Assistant Teacher 2025