Asked by Samira Saghafi on Apr 26, 2024

verifed

Verified

Which of the following statements describe Query Design view? Select all the options that apply.

A) Field lists appear in the upper pane of Query Design view.
B) Query Design view shows the SQL code for the query.
C) The query design grid provides a way to sort records.
D) Query Design view lets you modify an existing query.

Query Design View

An interface in database management systems that allows users to visually create and modify queries.

SQL Code

The language used for managing and manipulating databases, consisting of commands and syntax for querying, updating, and managing data.

  • Acquire knowledge on the primary functions of Query Design view.
  • Gain insight into the procedure for changing queries in the Query Design view.
verifed

Verified Answer

AC
Ariona ConvilleApr 30, 2024
Final Answer :
A,C,D
Explanation :
In Query Design view, field lists do appear in the upper pane, allowing users to select fields for their query. The query design grid, part of the Query Design view, does provide a way to sort records by specifying the sort order in the grid. Additionally, Query Design view is used to modify an existing query by changing the fields, criteria, and sort order. B is incorrect because Query Design view provides a graphical interface for designing queries, not the SQL code. The SQL view is separate and shows the SQL code for the query.