1
16kviews
What are the features of DDBMS
2 Answers
3
1.4kviews

1) Databases in the collection are logically interrelated with each other. Often they represent a single logical database.

2) Data is physically stored across multiple sites. Data in each site can be managed by a DBMS independent of the other sites.

3) The processors in the sites are connected via …

Create a free account to keep reading this post.

and 5 others joined a min ago.

0
1.1kviews

Features of a Distributed DBMS

  1. A distributed DBMS is a collection of logically related shared data.
  2. The data in a distributed DBMS is split into a number of fragments or partitions.
  3. Fragments may be replicated in a distributed system.
  4. Fragments/replicas are allocated to different sites.
  5. In a distributed …

Create a free account to keep reading this post.

and 4 others joined a min ago.

Please log in to add an answer.