A _______ is a major database object used to display information in a printable page format. A. form B. query C. report D. table

form
query
report
table

The correct answer is C. report.

A report is a major database object used to display information in a printable page format. It is a collection of data that is organized and formatted in a way that is easy to read and understand. Reports can be used to track progress, analyze data, and make decisions.

A form is a database object that is used to enter or update data. It is a collection of fields that are used to collect information from users. Forms can be used to create new records, update existing records, or delete records.

A query is a database object that is used to retrieve data from a database. It is a statement that specifies the data that you want to retrieve. Queries can be used to select data from a single table or from multiple tables.

A table is a database object that is used to store data. It is a collection of rows and columns. Each row represents a record, and each column represents a field. Tables can be used to store any type of data, such as text, numbers, dates, and images.