Revolut interview question

What is a database transaction?

Interview Answer

Anonymous

27 Mar 2022

(something like the following) It is a way to group database operations in an atomic way, so that you maintain consistency by later commiting or rollbacking everything...

1