In a scenario where data integrity is crucial, which SQL technique ensures accuracy during database testing?

  • ACID Transactions
  • Data Encryption
  • Database Indexing
  • Database Triggers
ACID (Atomicity, Consistency, Isolation, Durability) Transactions ensure data integrity during database testing. ACID properties guarantee that database transactions are processed reliably, and the system remains in a consistent state even in the event of failures. While Database Indexing, Triggers, and Encryption play vital roles in database management, ACID Transactions specifically address the critical aspect of data integrity.
Add your answer
Loading...

Leave a comment

Your email address will not be published. Required fields are marked *