Which of the following are reasonable series of transaction-control commands?
Insert some records, COMMIT, ROLLBACK
SAVEPOINT, insert some records, ROLLBACK, ROLLBACK, COMMIT
ROLLBACK, insert some records, COMMIT
ROLLBACK, insert some records, COMMIT, COMMIT