The correct answer is: C. Fields
A field is a column in a database table that stores a single piece of data about each record in the table. For example, a table of customers might have fields for customer name, address, phone number, and email address.
A row is a single record in a database table. A record is a complete set of data about a single entity, such as a customer, product, or order.
A database is a collection of data that is organized so that it can be easily accessed, managed, and updated. A database table is a structure that stores data in a database. A table consists of rows and columns.
I hope this helps!