Final answer:
In a database table, each field is stored in a column. Columns represent individual attributes of data records, which are housed in rows.
Step-by-step explanation:
Each field is stored in one column in a table. This is a fundamental concept in databases, where a table is composed of rows and columns, with each row representing a record and each column representing a specific field within that record. In this structure, fields are the attributes or properties of a single piece of data, while a row would constitute a complete dataset or a record containing all the fields related to a single entry in the database.