what is data management system?why do we need a dbms?
Answers
Explanation:
A distributed database management system (DDBMS) refers to a centralized application that functions to create and manipulate distributed databases, synchronize the database at regular intervals and provide transparent access mechanisms to the user, ensure universal application of data modifications, maintain data ...
Answer:
A data management system(DBMS)is software designed to store ,retrieve, define, and manage data in a database.A DBMS provides mechanisms to deal with this kind of data inconsistency while allowing users to access data concurrently. A DBMS implements ACID(atomicity, durability, isolation,consistency) properties to ensure efficient transaction management without data corruption
Explanation:
Hope it's helpful to you.