Which of the following is not a database object? A. Tables B. Queries C. Relationships D. Reports

Tables
Queries
Relationships
Reports

The correct answer is D. Reports.

A database object is a data structure that is used to store and manage data in a database. The four main types of database objects are tables, queries, relationships, and views.

  • Tables are the basic building blocks of a database. They are used to store data in a structured format.
  • Queries are used to extract data from tables.
  • Relationships are used to connect tables to each other.
  • Views are virtual tables that are created from other tables.

Reports are not database objects. They are created from database objects, such as tables and queries, and are used to present data in a meaningful way.