Which of the following terms is not a feature of distributed database?
Answer Details
The term "Single server" is not a feature of a distributed database.
A distributed database is a database that is spread across multiple servers or nodes, with each node having its own portion of data. This allows for greater scalability and improved performance, as well as increased availability and reliability in the event of a single node failure.
In contrast, a single server database is stored on a single, centralized server and does not have the benefits of a distributed database.