Database system
From Wikipedia, the free encyclopedia
| This article does not cite any references or sources. (May 2008) Please help improve this article by adding citations to reliable sources. Unverifiable material may be challenged and removed. |
The term database system is typically used to encapsulate the constructs of a data model, database Management system (DBMS) and database[1].
A database is an organised pool of logically-related data. Data is stored within the data structures of the database. A DBMS is a suite of computer software providing the interface between users and a database or databases. A DBMS is a shell which surrounds a database or series of databases and through which all interactions take place with the database. The interactions catered for by most existing DBMS fall into 4 main groups:
Both a database and its DBMS confrm to the principles of a particular data model [2]. Data models include the hierarchical data model, the network data model, the relational data model and the object-oriented data model.

