What is the difference between Record and Field?

Field is a basic unit of data organization. Aggregates of a list of different fiels are called record. Traditional databases are organized by fields, records, and files. A field is a single piece of information; a record is one complete set of fields; and a file is a collection of records. For example, a telephone …