Transactional processing provides strong guarantees about the outcome of operations.
A. True
B. False
Answer: Option A
Solution (By Examveda Team)
In MySQL, transactional processing provides strong guarantees about the outcome of operations, ensuring that either all the operations within a transaction are successfully completed or none of them are. This property is known as Atomicity, Consistency, Isolation, and Durability (ACID).Therefore, the statement that transactional processing provides strong guarantees about the outcome of operations is True.
The correct answer is Option A: True.
Join The Discussion