DBMS Concept
Database Management System (DBMS)
A database management system (DBMS) is a program that lets one or more computer users create and access data in a database. A DBMS can be thought of as a file manager that manages data in databases rather than files in file systems. The DBMS provides integrity of the data, i.e., making sure data continues to be accessible and is consistently organized as intended and security making sure only those who have privileges can access the data. The DBMS manages user requests and requests from other programs so that users and other programs are free from having to understand where the data is physically located on storage media and, in a multi-user system, who else may also be accessing the data.
Major functions of a database are:
1. Creating records of various data types such as integer, real, character, etc.
2. Query will be made by a standardized language such as SQL (Standard Query Language).
3. Operation such as sort, delete, modify, select, etc.
4. Manipulation such as input, output, analysis, reformatting, etc.
5. Documentation such as metadata or description of the contents of the database should be compiled.
There are four types of database models:
1. Hierarchical model.
2. Network model.
3. Relational model.
4. Object oriented model.
A DBMS is usually an inherent part of a database product. Microsoft’s SQL Server is an example of a DBMS that serves database requests from multiple clients (users). On PCs, Microsoft Access is a popular example of a single- or small-group user DBMS. Other popular DBMSs are IBM’s DB2, Oracle’s line of database management products and Sybase’s products.
Posted in Computer Science, Information Technology, DBMS, DBMS |
