what is Dbms? What are the
features of Dbms? ?
Answers
A Database Management System (DBMS) is software designed to store, retrieve, define, and manage data in a database.
Main Features of a DBMS
· Low Repetition and Redundancy. In a database, the chances of data duplication are quite high as several users use one database. ...
· Easy Maintenance of Large Databases. ...
· Enhanced Security. ...
· Improved File Consistency. ...
· Multi-User Environment Support. ...
Hierarchical. ...
Network. ...
Relational.
What is DBMS
⟹ DBMS software primarily functions as an interface between the end user and the database, simultaneously managing the data, the database engine, and the database schema in order to facilitate the organization and manipulation of data.
━━━━━━━━━━━━━━━━━━━━━━
Features of DBMS
⟹ Structure: Where data is structured in hierarchical form in a DBMS, data is structured in tabular form in a RDBMS.
⟹ User capacity: A RDBMS is capable of operating with multiple users. DBMS can only manage one user at a time.
⟹ Software/hardware requirements: A RDBMS has greater software and hardware requirements.
⟹ Programs managed: DBMS maintains databases within the computer network and system hard disks. A RDBMS manages the relationships between its incorporated tables of data.
⟹ Data capacity: A DBMS is capable of managing small amounts of data and a RDBMS can manage an unlimited amount of data.
⟹ Distributed databases: A DBMS does not provide support for distributed databases while a RDBMS does.
⟹ ACID implementation: A RDBMS bases the structure of its data on the ACID (Atomicity, Consistency, Isolation, and Durability) model.
━━━━━━━━━━━━━━━━━━━━━━