Home » 
        MCQs » 
        Transact-SQL (T-SQL) MCQs
    
        
    Which of the following ACID properties states that upon committing a transaction, the database will change state properly?
    
    
    
	35. Which of the following ACID properties states that upon committing a transaction, the database will change state properly?
    
      - Atomicity
- Consistency
- Isolation
- Durability.
Answer: B) Consistency
    Explanation:
    The consistency property states that upon committing a transaction, the database will change state properly.