What is Database Management System?

The collection of data is known as database.

Database Management System (DBMS) is a collection of two things: 
  1. The interrelated data, and 
  2. A set of programs to access those data.
The primary goal of DBMS is to provide an efficient and a convenient way to store and retrieve database information.  Database management involves defining structure for storage of information and providing mechanism for manipulation of information. Database system must also ensure the safety of information that is being stored, despite the system crash or an unauthorized access.

Comments

Popular posts from this blog

A university registrar’s office maintains data about the following entities: (a) courses, including number, title, credits, syllabus, and prerequisites; (b) course offerings, including course number, year, semester, section number, instructor(s), timings, and classroom; (c) students, including student-id, name, and program; and (d) instructors, including identification number, name, department, and title. Further, the enrolment of students in courses and grades awarded to students in each course they are enrolled for must be appropriately modelled. Construct an E-R diagram for the registrar’s office. Document all assumptions that you make about the mapping constraints.

Consider a database used to record the marks that students get in different exams of different course offerings.