What are the common features of a Database Management System?
The database is a collection of related data, which is a collection of facts and figures for the production of information. These databases are extremely configurable and are available. A database management system stores data so that information can easily be retrieved, manipulated and produced. Features of DBMS The modern-day DBMS has the following featuresReal-world entity- A modern-day DBMS is more realistic in designing its architecture using real- world entities. It also uses behaviour and attributes. A school database, for example, can use students as an entity and their age as an attribute. Data & application isolation- A database is an active entity, while the data on which the database works and organizes is said to be passive. DBMS also stores data- based metadata in order to facilitate its own process. Relation-based tables: DBMS enables tables to be formed by entities and relationships. A user can understand the database architecture only by viewing the names of the table. Consistency: Consistency is a state in which all relationships are kept in a database remains the same. The existing methods and techniques can detect attempt to leave inconsistent database. A DBMS can supply greater consistency than earlier data storage systems like fileprocessing applications.