This document discusses how to manipulate data in a database using data manipulation language (DML) statements. It covers how to insert, update, delete and merge rows using SQL statements. It also discusses transactions and how to control them using commit and rollback statements to ensure data integrity. Key DML statements covered include insert, update, delete, merge and controlling transactions with savepoints, commit and rollback.