Demonstration should include a process flow that demonstrates the following, in order (with autocommit turned off):
- Execute a transaction against the data (insert or update).
- Execute a transaction against the data (insert or update).
- Create SAVE POINTA.
- Execute a transaction against the data (insert or update).
- Execute a transaction against the data (insert or update).
- Create SAVE POINTB.
- Execute a transaction against the data (insert or update).
- ROLLBACK to SAVEPOINTA.
- Execute a transaction against the data (insert or update).
- Execute a transaction against the data (insert or update).
- COMMIT.
- Run a query and validate the updates made to the data.