| A database management system (DBMS), sometimes also called as a database manager, is a program that lets one or more computer users create and access data in a database. The DBMS manages user requests, as well as requests from other programs, so that users and other programs are not bothered to understand where the data is physically located on storage media and, in a multi-user system, who else is also be accessing the data. In handling user requests, the DBMS takes care that integrity of the data (that is, making sure it continues to be accessible and is consistently organized as intended) and security (making sure only those with access privileges can access the data) remain intact. The most typical DBMS is a Relational Database Management System (RDBMS). |