In scenarios involving multiple databases, ________ transactions can be used to ensure consistency across all involved databases.
- Distributed
- Nested
- Serializable
- Concurrent
The correct option is 2. Nested transactions allow multiple transactions to be nested within each other. In scenarios with multiple databases, nested transactions can be used to ensure consistency across all involved databases by coordinating their commit or rollback operations.
Loading...
Related Quiz
- Which method in LINQ is commonly used for transforming the results of a query into a different shape?
- To calculate the total sum of a numeric column in a DbSet, use the ________ method.
- In a scenario where a query involves multiple nested relationships, how do you ensure efficient data retrieval?
- What is the role of DbSet.Local in DbContext?
- Can Entity Splitting and Table Splitting be used together for a single entity, and if so, under what circumstances?