Category Archives: DBMS

Need for DBMS

Database Management System (DBMS) is a system software for easy, efficient and reliable data processing and management. It can be used for: Creation of a database. Updating the database. Managing a database. Retrieval of information from the database. Need of DBMS : Database systems are basically developed for large amount of data. When dealing with huge amount of… Read More »

Unary or Recursive Relationship in DBMS

An entity relationship (ER) diagram, is a graphical representation of entities and their relationships to each other. ER modelling is based on two concepts: Entities, defined as tables that hold specific information (data) Relationships, defined as the associations or interactions between entities Recursive Relationship : When there is a relationship between two entities of the same type, it… Read More »

Users in DBMS environment

Database Management System (DBMS) is used to optimize and manage the storage and retrieval of data from databases. DBMS offers a systematic approach to manage databases and workloads accessing the databases. DBMS allows users to create their own databases as per their requirement. DBMS has various advantages and properties over traditional file system. In this article, we learn… Read More »

Characteristics of DBMS

Database is a collection of inter-related data which helps in efficient retrieval, insertion and deletion of data from database and organizes the data in the form of tables, views, schemas, reports etc. We can break it like this DBMS = Database + Management System. Database Management System (DBMS) is used to optimize and manage the storage and retrieval… Read More »