Tiscali Quicklinks. Please visit our Accessibility Page for a list of the Access Keys you can use to find your way around the site, skip directly to the main navigation, to the page content, or to more links within reference.
There are four main types (or models) of database: relational, object-oriented, hierarchical, and network, of which relational is the most widely used. Object-oriented databases have become more popular for certain types of application, and hybrids like object-relational are also available. In a relational database data are viewed as a collection of linked tables. A free-text database is one that holds the unstructured text of articles or books in a form that permits rapid searching. A telephone directory stored as a database might allow all the people whose names start with the letter B to be selected by one program, and all those living in Chicago by another.
A collection of databases is known as a databank. A database management system (DMS) is software that ensures that the integrity of the data is maintained by controlling the degree of access of the applications programs using the data.
Databases are usually created using a database tool that enables a user to define the database structure by selecting the number of fields, naming those fields, and allocating the type and amount of data that is valid for each field. To sort records within a database, one or more sort fields may be selected, so that when the data is sorted, it is ordered according to the contents of these fields. A key field is used to give a unique identifier to a particular record. Data programs also determine how data can be viewed on screen or extracted into files.