Lab 2
Lab 2
1. Insert a new actor with values 999, 'NICOLE', 'STREEP', '2021-06-01 12:00:00'
2. Set a SAVEPOINT.
3. Delete the actor with first name 'CUBA'.
4. Select all actors.
5. Roll back to the savepoint.
6. Select all actors a second time.
The actor with first name 'CUBA' should appear in the second SELECT but not the first.
NOTE: In submit-mode tests that generate multiple result tables, the results are
merged. Although the tests run correctly, the results appear in one table.