InterviewSolution
Saved Bookmarks
| 1. |
What Is Distributed Database ? |
|
Answer» A DISTRIBUTED DATABASE is a network of DATABASES managed by MULTIPLE database servers that appears to a user as single logical database. The data of all databases in the distributed database can be simultaneously accessed and modified. A distributed database is a network of databases managed by multiple database servers that appears to a user as single logical database. The data of all databases in the distributed database can be simultaneously accessed and modified. |
|