DML

Published July 26, 2025 By Sai Sree Ram Gundepudi

What is DML?

DML stands for Data Manipulation Language. It allows users to manage data within schema objects. It includes the following commands:

  • INSERT
  • UPDATE
  • DELETE
  • MERGE
  • TRUNCATE

DML operations are transactional and can be rolled back if needed.

Was this solution helpful?

Your feedback helps improve our technical knowledge repository.

Share this article