InterviewSolution
Saved Bookmarks
| 1. |
Which of the following are the advantages of transaction concurrency?(a) Increased throughput(b) Increased utilization(c) Reduces average response time(d) All of the mentioned |
|
Answer» Right answer is (d) All of the mentioned The explanation: Concurrency in transactions allow increased throughput, utilization. They also reduce average response time. |
|