0 votes
in Apache Phoenix by
Isolation allows multiple transactions to run independently of each another.

Select the correct answer from below options:

a) True

b) False

1 Answer

0 votes
by

Correct answer of the above question is : -a) True

Transaction should be executed in isolation from other transactions (no Locks). During concurrent transaction execution, intermediate transaction results from simultaneously executed transactions should not be made available to each other.Isolation allows multiple transactions to run independently of each another.

...