PDF Version of this document
Glossary
Go to next page
Go to previous page

Le Nombre d'or: Propriétés mathématiques: Structured Data

Structured and Described Data

A fundamental feature of the database approach is that the database systems does not only contain the data but also the complete definition and description of these data. These descriptions are basically details about the extent, the structure, the type and the format of all data and, additionally, the relationship between the data. This kind of stored data is called metadata ("data about data").

termMetadata is used from the DBMS software but also from applications like GIS and from users of databases. As DBMS software is not written for one specific database application the termmetadata of a database is used to get information about the extent, the structure, etc. of it.

Structured Data:
Data is called structured if it can be subdivided systematically and linked.

Following a simple example how data can be described in a database.
Below there is a database table. Because of the structure of this table (first colum = Prename, second column = Name, third column = Postcode, forth column = City) it is known that a entry in the first column must be a prename (coded as string) and an entry in the third column must be a postcode (coded as number).

Example of an Database TableExample of an Database Table

Go to previous page Go to next page