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.
DML stands for Data Manipulation Language. It allows users to manage data within schema objects. It includes the following commands:
DML operations are transactional and can be rolled back if needed.