Difficulty: Easy
Correct Answer: A single logical database that is spread to multiple locations and is interconnected by a network
Explanation:
Introduction / Context:
Distributed databases present a unified logical view of data even when the data is physically partitioned or replicated across multiple sites. This definition distinguishes them from simple file sharing or isolated databases.
Given Data / Assumptions:
Concept / Approach:
A distributed database is one logical database that spans sites. Users query it as if it were centralized; the DBMS handles routing, fragmentation, and replication behind the scenes.
Step-by-Step Solution:
Verification / Alternative check:
Classic distributed DB definitions (for example, Ceri & Pelagatti) emphasize logical integration with physical distribution.
Why Other Options Are Wrong:
Common Pitfalls:
Equating “federated” file access or ETL copies with a distributed DBMS; the latter supplies a global schema and query processing.
Final Answer:
A single logical database that is spread to multiple locations and is interconnected by a network
Discussion & Comments