Which major database object stores all data? A. Field B. Query C. Record D. Table

Field
Query
Record
Table

The correct answer is D. Table.

A table is a data structure that stores data in rows and columns. Each row represents a single record, and each column represents a single field. Tables are the basic building blocks of databases, and they are used to store all of the data in a database.

A field is a column in a table that stores a single piece of data. For example, a table of customers might have a field for the customer’s name, a field for the customer’s address, and a field for the customer’s phone number.

A query is a statement that is used to retrieve data from a database. Queries can be used to select specific records from a table, or they can be used to join data from multiple tables.

A record is a row in a table. Each record represents a single instance of the data that is stored in the table. For example, a table of customers might have a record for each customer.

In conclusion, the correct answer is D. Table. Tables are the basic building blocks of databases, and they are used to store all of the data in a database.