Define distributed database system. Explain the promises of DDB. List the transparencies provided by DDBS.
Distributed Database System (DDBS) A Distributed Database System (DDBS) is a database system where the data is stored across multiple physical locations (sites), but it works as a single unified system. These sites are connected via a network, and users interact with the system as though it’s one database, even though the data is distributed. … Read more