The correct answer is B. Field.
A field is a column in a database table that stores a single piece of data about a specific entity. For example, a table of customers might have fields for customer name, customer address, and customer phone number.
A report is a summary of data from one or more tables in a database. For example, a report might show the total sales for each product in a store.
A query is a request for data from a database. For example, a query might ask for all customers who live in California.
A record is a row in a database table. A record contains all of the data for a single entity. For example, a record in a customer table might contain the customer name, customer address, and customer phone number.