Summary of database management system.
Summary • A database-managemen t system (DBMS) consists of a collection of interrelated data and a collection of programs to access that data. The data describe one particular enterprise. • The primary goal of a DBMS is to provide an environment that is both convenient and efficient for people to use in retrieving and storing information. • Database systems are ubiquitous today, and most people interact, either directly or indirectly, with databases many times every day. • Database systems are designed to store large bodies of information. The management of data involves both the definition of structures for the storage of information and the provision of mechanisms for the manipulation of information. In addition, the database system must provide for the safety of the information stored, in the face of system crashes or attempts at unauthorized access. If data are to be shared among several users, the system must avoid possible anomalous results. • A major purpose of a databas...