InterviewSolution
Saved Bookmarks
| 1. |
A column name is also called is field name |
|
Answer» 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 row and column come from the more theoretical study of relational theory. |
|