InterviewSolution
Saved Bookmarks
| 1. |
In A Distributed Database System Can We Execute Two Queries Simultaneously? Justify? |
|
Answer» YES Distributed database system BASED on 2 phase COMMIT, one QUERY is independent of 2nd query so of COURSE we can run. Yes Distributed database system based on 2 phase commit, one query is independent of 2nd query so of course we can run. |
|