What is the primary purpose of using a query in MS Access?

What is the primary purpose of using a query in MS Access?

  1. To define the overall structure of the tables and their relationships within the database.
  2. To create a user-friendly interface for entering, editing, and displaying data in the database.
  3. To retrieve specific data from one or more tables based on defined criteria, allowing for filtering and sorting of information. ✓
  4. To visually represent data trends and relationships through charts and graphs.

Explanation

Queries search databases to find specific information you need. You set criteria like “show all customers in Texas” and the query retrieves matching records. This filters large datasets efficiently.

Table structure is defined in design view, not queries. Forms create user interfaces. Reports and charts visualize data differently.

Queries are powerful search tools for databases. They find exactly what you need from thousands of records.