Data hierarchy

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 or attribute of an entity. Consider a date field, e.g. "September 19, 2004". This can be treated as a single date field (e.g. birthdate), or 3 fields, namely, month, day of month and year.