Globale linker

Book 1

Book 2

Book 2 Ch. 7 Databases

Databases provide information storage. The information can be retrieved, in whole or in part, by a program designed to accept requests from users. A database can be housed in a single location, such as a PC or mainframe. It can also be constructed from multiple files and housed at different locations on the enterprise, this structure is known as distributed database.

Hypertext databases store information as objects. This information is useful for storing different types of information, such as text, images and multimedia. All data within this database is treated as objects, the data type is irrelevant. Any object within this database can be linked to any other object.

Schema is the structure of a database and often depicts the structure as a graphical reference. The schema defines tables and fields, and the relationship between them.

All database information is contained in tables. A table is a repository of information divided into columns and rows.

A table in a database

The table consists of fields (columns) and records (rows). A record include a complete set of information. A set of records is referred to as a file. The table also has field names by which information can be sorted and retrieved.

The information in a database can be accessed using a query. Queries can be thought of as questions from the user to the database table. The query returns a value. Queries include the following three general types:

Query languages come in four flavors:

A Database Management System is an application that allows users to manipulate information in the database. This includes:

DBMS includes the following technologies for access, storage and output of information:

Some common products used to store and manipulate database information:

Chapter 6 Book 2 Chapter 9 Book 2