nerdexam
CompTIA

DA0-001 · Question #536

Which of the following query techniques allows an analyst to select data based on date value?

The correct answer is C. Filtering. Filtering in a query (e.g., a SQL WHERE clause) restricts rows returned based on conditions, including date comparisons such as WHERE date >= '2024-01-01'. Sorting (A) changes the order of results but does not restrict which rows are returned. Parameterizing (B) makes queries…

Data Analysis

Question

Which of the following query techniques allows an analyst to select data based on date value?

Options

  • ASorting
  • BParameterizing
  • CFiltering
  • DIndexing

How the community answered

(47 responses)
  • A
    2% (1)
  • B
    2% (1)
  • C
    91% (43)
  • D
    4% (2)

Explanation

Filtering in a query (e.g., a SQL WHERE clause) restricts rows returned based on conditions, including date comparisons such as WHERE date >= '2024-01-01'. Sorting (A) changes the order of results but does not restrict which rows are returned. Parameterizing (B) makes queries dynamic by accepting input variables, but the actual restriction mechanism is still a filter. Indexing (D) is a performance optimization that speeds up data retrieval but does not itself select data by date.

Topics

#Filtering Data#Data Selection#Query Techniques#Date-based Criteria

Community Discussion

No community discussion yet for this question.

Full DA0-001 Practice