The correct answer is C. Reports.
A report is a database object that extracts information from one or more tables or queries and presents it in a formatted way. Reports can be used to generate lists, charts, and other types of output.
A form is a database object that allows users to enter or update data in a table. Forms can be used to create simple data entry screens or complex applications with multiple pages and forms.
A query is a database object that extracts data from one or more tables. Queries can be used to select specific rows or columns of data, to join data from multiple tables, and to perform calculations on data.
A table is a database object that stores data. Tables are made up of rows and columns, and each row represents a single record in the table. Each column represents a field in the table, and each field stores a specific type of data.
I hope this helps!