A data file consists of a series of records. A record is a collection of items, or fields, which may be of different data types, all relating to the object the record represents. For example, a payroll database would have information about all the employees. The record would be employee; the fields within it would be name, national insurance number, date of birth, wage rate, etc.