What is a database transaction?

前端 未结 11 2225
耶瑟儿~
耶瑟儿~ 2020-11-27 09:34

Can someone provide a straightforward (but not simpler than possible) explanation of a transaction as applied to computing (even if copied from Wikipedia)?

11条回答
  •  余生分开走
    2020-11-27 10:03

    "A series of data manipulation statements that must either fully complete or fully fail, leaving the database in a consistent state"

提交回复
热议问题