Revolut Interview Question

What is a database transaction?

Interview Answer

Anonymous

Mar 27, 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