Further information: Field (computer science)
The word 'field' is normally used interchangeably with 'column'.5 However, database perfectionists tend to favor using 'field' to signify a specific cell of a given row. This is to enable accuracy in communicating with other developers. Columns (really column names) being referred to as field names (common for each row/record in the table). Then a field refers to a single storage location in a specific record (like a cell) to store one value (the field value). The terms record and field come from the more practical field of database usage and traditional DBMS system usage (This was linked into business like terms used in manual databases e.g. filing cabinet storage with records for each customer). The terms row and column come from the more theoretical study of relational theory.
Another distinction between the terms 'column' and 'field' is that the term 'column' does not apply to certain databases, for instance key-value stores, that do not conform to the traditional relational database structure.6
The term "column" also has equivalent applications in other, more generic contexts. See e.g., Flat file database, Table (information). /wiki/Flat_file_database ↩
"Columnar databases in a big data environment". dummies.com (Big dummies book). Retrieved 2015-11-05. http://www.dummies.com/how-to/content/columnar-databases-in-a-big-data-environment.html ↩
"What is Database Column? - Definition from Techopedia". Techopedia.com. Retrieved 2015-11-05. https://www.techopedia.com/definition/8/database-column ↩
Rosenberg, Burton. "Relational Databases". University of Miami. Retrieved 2021-02-26. https://www.cs.miami.edu/home/burt/learning/Csc598.073/notes/reldb.html ↩
"An introduction to databases". www.ucl.ac.uk. Retrieved 2015-11-05. http://www.ucl.ac.uk/archaeology/cisp/database/manual/node1.html ↩
Drake, Mark (August 9, 2019). "A Comparison of NoSQL Database Management Systems and Models". Digital Ocean. Retrieved 2021-02-26. https://www.digitalocean.com/community/tutorials/a-comparison-of-nosql-database-management-systems-and-models ↩