nerdexam
Adobe

9A0-127 · Question #90

Which use of <cfqueryparam> in a WHERE clause successfully filters a column named RECORDID to retrieve rows with primary key values that match a set of values in a list?

The correct answer is A. WHERE recordid IN. See the full explanation below for the reasoning.

Question

Which use of <cfqueryparam> in a WHERE clause successfully filters a column named RECORDID to retrieve rows with primary key values that match a set of values in a list?

Options

  • AWHERE recordid IN
  • BWHERE recordid IN
  • CWHERE recordid IN
  • DWHERE recordid IN

How the community answered

(56 responses)
  • A
    71% (40)
  • B
    7% (4)
  • C
    16% (9)
  • D
    5% (3)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice