In database transactions, _______ ensures that the database remains in a consistent state before and after the transaction.
- Atomicity
- Consistency
- Durability
- Isolation
Consistency in database transactions ensures that any transaction takes the database from one valid state to another. This ensures that the database remains consistent, adhering to its constraints and rules, both before and after the transaction.
Loading...
Related Quiz
- What is the data type used to store whole numbers in Go?
- How does go fmt help in maintaining a consistent code style?
- Which of the following is true about variadic functions in Go?
- In a microservices architecture, how could Protocol Buffers contribute to better communication between different services?
- What is the significance of the go mod command in Go?