Hi,
What exactly does Rollback do? I know that COMMIT applies the changes to the database system. The thing is, I've read that until commit is applied, the database in permanent storage is unchanged. So what exactly does a ROLLBACK"roll back"? Does it rollback the changes made to the data tables that have been loaded into RAM?
Thanks
Joe