Share on Facebook Share on Twitter Email
Answers.com

Data hierarchy

 
WordNet: data hierarchy
Note: click on a word meaning below to see its connections and related words.

The noun has one meaning:

Meaning #1: an arrangement of data consisting of sets and subsets such that every subset of a set is of lower rank than the set


Search unanswered questions...
Enter a question here...
Search: All sources Community Q&A Reference topics
Wikipedia: Data hierarchy
Top

Data Hierarchy refers to the systematic organization of data, often in a hierarchical form. Data organization involves fields, records, files and so on.

A data field holds a single fact. Consider a date field, e.g. "September 19, 2004". This can be treated as a single date field (eg birthdate), or 3 fields, namely, month, day of month and year.

A record is a collection of related fields. An Employee record may contain a name field(s), address fields, birthdate field and so on.

A file is a collection of related records. If there are 100 employees, then each employee would have a record (e.g. called Employee Personal Details record) and the collection of 100 such records would constitute a file (in this case, called Employee Personal Details file).

Files are integrated into a database. This is done using a Database Management System. If there are other facets of employee data that we wish to capture, then other files such as Employee Training History file and Employee Work History file could be created as well.

The above is a view of data seen by a computer user.

The above structure can be seen in the hierarchical model, which is one way to organize data in a database.

In terms of data storage, data fields are made of bytes and these in turn are made up of bits.

See also


 
 

 

Copyrights:

WordNet. WordNet 1.7.1 Copyright © 2001 by Princeton University. All rights reserved.  Read more
Wikipedia. This article is licensed under the Creative Commons Attribution/Share-Alike License. It uses material from the Wikipedia article "Data hierarchy" Read more