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

2026

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

Answer: C. DML (Data Manipulation Language)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…

  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 1356 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: Rssb Basic Computer Instructor

Loading lesson…