Manipulating data includes
- implementing a PL/SQL block that will INSERT new rows into a table
- implementing a PL/SQL block that will UPDATE existing rows in a table
- implementing a PL/SQL block that will DELETE rows from a table
- reviewing the MERGE statement.