Skip to main content

Database Management System (DBMS)

Record sets are the basic foundation of database programming. Normally all business application need to store large volume of data, organised in a format that simplify retrieval of data, this is accomplished with a Database Management System (DBMS). It is a mechanism for manipulating tabular database with high level commands. The database management system hides low level details such as how data are stored in a database and free's the programmer to concentrate on managing information, rather than on the specific of manipulating files or maintaining link among them.

Comments