Introduction
DML operations change the data stored in a database. They let you add, update, or remove information to keep it correct and useful.
When you want to add new customer details to a sales database.
When you need to update the price of a product in an inventory list.
When you want to delete old records that are no longer needed.
When you want to correct a mistake in stored data.
When you want to keep the database information current and accurate.