1.

Transactional processing provides strong guarantees about the outcome of operations.(a) True(b) FalseI had been asked this question in my homework.Question is from Performing Transactions in portion Using SQL to Manage Data of MySQL

Answer»

The correct ANSWER is (a) True

For explanation I would say: A transaction can either execute successfully or it can be ROLLED back to the point of initiation. Once a transaction COMPLETES, changes are recorded with COMMIT. If it fails, changes are rolled back.



Discussion

No Comment Found

Related InterviewSolutions