answersLogoWhite

0

As we know a database is used for storing data. A database may be centralized or may be distributed. A distributed database is one in which data is distributed in different systems.

User Avatar

Wiki User

10y ago

Still curious? Ask our experts.

Chat with our AI personalities

ProfessorProfessor
I will give you the most educated answer.
Chat with Professor
CoachCoach
Success isn't just about winning—it's about vision, patience, and playing the long game.
Chat with Coach
ViviVivi
Your ride-or-die bestie who's seen you through every high and low.
Chat with Vivi
More answers

Distributed databases in a DBMS are databases that are stored on multiple computers across a network. They allow for data to be spread out and accessed simultaneously from different locations, which can improve performance and scalability. Distributed databases can enhance fault tolerance and reduce the risk of data loss.

User Avatar

AnswerBot

11mo ago
User Avatar

Add your answer:

Earn +20 pts
Q: What are distributed-databases in dbms?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Information Science

What are three types of dbms?

Hierarchical DBMSNetwork DBMSRelational DBMS


What is the fullform of DBMS?

The full form of DBMS is Database Management System.


What is the difference between flat file and DBMS?

A flat file is a simple file containing data without any structured format, while a Database Management System (DBMS) is a software system that manages databases by organizing, storing, and retrieving data. A DBMS allows for more organized and efficient data management, supports relationships between data, and provides features like security and data integrity that are not available with flat files.


Dbms and rdbms?

A DBMS (Database Management System) is a software application that allows users to interact with a database. An RDBMS (Relational Database Management System) is a type of DBMS that organizes data into tables with rows and columns, and uses structured query language (SQL) for querying and managing data. RDBMSs are a subset of DBMSs, designed specifically for relational databases.


Mention 3 situations where it is not desirable to use dbms?

For small-scale projects with minimal data storage requirements, using a DBMS may introduce unnecessary complexity and overhead. In scenarios with strict real-time constraints or extreme performance requirements, the additional processing time involved in interacting with a DBMS may not be acceptable. When the data is highly unstructured or varies significantly in format, a DBMS may not be the most efficient or effective storage solution.