Question:

Which of the following statements in SQL is/are considered as Data Manipulation Language?

Show Hint

DML commands are used to manipulate data in the database, including inserting, updating, and deleting records.
Updated On: Feb 27, 2025
  • Update
  • Insert
  • Delete
  • All of the Above
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Step 1: Data Manipulation Language (DML) includes SQL commands that are used to manipulate data in the database.


Step 2: Update, Insert, and Delete are all part of DML as they involve changing data in the tables.
Was this answer helpful?
0
0