The correct answer is C. Query.
A query is a database object that stores a question about the data in a database. It is used to select specific data from a table or multiple tables. Queries can be used to create reports, forms, and other database objects.
A table is a database object that stores data in rows and columns. Each row represents a record, and each column represents a field. Tables are the basic building blocks of a database.
A form is a database object that is used to enter or update data in a table. Forms can be used to make data entry easier and more efficient.
A report is a database object that is used to present data in a formatted way. Reports can be used to generate invoices, sales reports, and other types of documents.