Programming techniques - OCRThe use of records to store data

Proficient programming requires knowledge of many techniques. These techniques allow for powerful, complex programs.

Part ofComputer ScienceComputational thinking, algorithms and programming

The use of records to store data

is often stored in a database. A is a persistent store of related data. Data in a database is stored as , which in turn is stored in .

An is one item of data. Records usually consist of one or more attributes.

Example

A record holding data about a person might have these attributes:

  • title
  • forename
  • surname
  • email address