Transactions
Transactions are set of tasks for single execution, it have has only two way success or failure and If any of the tasks fail, then transaction will fail else success. Transaction has two action...
With MM Gehlot
Transactions are set of tasks for single execution, it have has only two way success or failure and If any of the tasks fail, then transaction will fail else success. Transaction has two action...
Atomicity: In Simple word say in side transaction’s all operation (insert, update, delete) is either successfully committed or rolled back, it is never allow to some transaction committed and rollback. Consistency: it is provide...
Recent Comments