In ADO.NET, the Savepoint feature is used for ___________ within a transaction.
- Atomicity
- Consistency
- Durability
- Partial rollback
In ADO.NET, the Savepoint feature is used for partial rollback within a transaction, allowing specific parts of the transaction to be undone while preserving the rest.
Loading...
Related Quiz
- Scenario: In a high-traffic application, you notice that some database connections remain open indefinitely. How can you ensure proper resource management for these connections?
- What is the main advantage of using stored procedures for database operations?
- In Entity Framework, optimistic concurrency control helps prevent ___________ conflicts.
- To create a parameterized query, you use placeholders in the SQL statement, often denoted by ________.
- What is the role of the CommandTimeout property in an ADO.NET command object?