With "cell" I mean the value of a particular column in a particular row. I'm not sure if its called just "cell" or this is a spreadsheet thing.
Tell me more
×
Programmers Stack Exchange is a question and answer site for
professional programmers interested in conceptual questions about software development. It's 100% free, no registration required.
|
migrated from stackoverflow.com May 13 '11 at 7:07
|
It's called a field when on a database: http://en.wikipedia.org/wiki/Field_(computer_science) also en.wikipedia.org/wiki/Column_(database) |
|||||||||||||||
|
|
In a database, it is called a column. |
|||||||||||
|
|
I would just call it a value. |
|||||||||||
|
|
In SQL terminology, we have Tables, Rows and Columns. The term Column is applied to the table as a whole, and also within a single row. In relational theory, we have Relations, Tuples, and Attributes, filling similar roles. (Going a bit Celko here): Generally, the term Field fits into the terminology of Files and Records, and doesn't fit within DB naming. |
|||||||||||
|
