I'm attempting to run these queries to perform a ROLLBACK, and I'm not too sure what I'm doing wrong, but I get a warning:
Some non-transactional changed tables couldn't be rolled back.
After a bit of research I found that the most likely cause for this message is the false assumption that a table is transactional, but is actually not. How does one determine which tables are transactional?
I have to assume that the database I'm using uses rollback because it's in the assignment that I'm given for the class that requires us to use the database.