Saved Bookmarks
| 1. |
All the operations in a transaction need to be completed before the database changes are made ________(a) functional(b) available to the users(c) permanent(d) none of the mentionedThis question was posed to me in an online interview.The query is from Application Architectures topic in section Architectural Design of Software Engineering |
|
Answer» CORRECT option is (b) available to the users Explanation: This ENSURES that FAILURE of operations WITHIN the transaction does not lead to INCONSISTENCIES in the database. |
|