What is a transaction in the context of databases?
- A database index
- A database table
- A logical unit of work
- A physical storage unit
In the context of databases, a transaction refers to a logical unit of work that consists of one or more operations. It follows the ACID properties to ensure data integrity, allowing a series of operations to be completed successfully or rolled back in case of failure.
Loading...
Related Quiz
- Your organization has experienced a data breach. Outline the steps you would take to respond and recover from the incident.
- What service in Azure is used to deploy and manage virtual machines?
- In a project where requirements are expected to evolve over time, which SDLC model would you recommend and why?
- Python's extensive standard library and simplicity make it an ideal choice for _______ development.
- _______ preloading is a technique used to fetch critical resources in advance to reduce latency during page load.