Databases
The goal of many information systems is to transform data into information in order to generate knowledge
that can be used for decision making. In order to do this, the system must be able to take data, put the data
into context, and provide tools for aggregation and analysis. A database is designed for just such a purpose.
A database is an organized collection of related information. It is an organized collection, because
in a database, all data is described and associated with other data. All information in a database should
be related as well; separate databases should be created to manage unrelated information. For example, a
database that contains information about students should not also hold information about company stock
prices. Databases are not always digital – a filing cabinet, for instance, might be considered a form of
database. For the purposes of this text, we will only consider digital databases.