Lesson 5 | Analyze a select Query in Design View |
Objective | Analyze a select query in Design View to identify its source tables, join condition, and selected fields. |
The Query Design view in database software (e.g., Microsoft Access) may seem complex at first, but it shares similarities with the Advanced Filter/Sort window. This lesson introduces the key components of the Query Design window and explains their roles in building queries.
Projects.Project ID
and Hours.ProjectID
, indicated by:
Projects.Project ID (1) → Hours.ProjectID (∞)
Field | Table | Sort | Show | Criteria | Or |
---|---|---|---|---|---|
Project Description | Projects | ☑️ | |||
Date | Hours | ☑️ | |||
Hours worked | Hours | ☑️ |
Projects
and Hours
Project ID
fieldsHours
table, joined to the Projects
table via Project ID
.