Which of the following is a database object used to organize and store data in MS-Access 1

Table
Forms
Query
Report

The correct answer is (a) Table.

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 foundation of any database, and they are used to store all of the data in the database.

Forms are database objects that are used to enter and edit data in tables. Forms make it easy to enter data, and they can also be used to display data in a formatted way.

Queries are database objects that are used to select data from tables. Queries can be used to select specific records, or they can be used to select all of the records from a table.

Reports are database objects that are used to present data in a formatted way. Reports can be used to print data, or they can be displayed on a screen.

I hope this helps!