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. |
|