nerdexam
Adobe

9A0-127 · Question #85

In your application you run the following query: <cfquery datasource="test" name="getUsers"> SELECT id, name, email FROM users; </cfquery> Which query tag allows you to query the results of the…

The correct answer is B. <cfquery dbtype="query" />. See the full explanation below for the reasoning.

Question

In your application you run the following query:

<cfquery datasource="test" name="getUsers"> SELECT id, name, email FROM users; </cfquery> Which query tag allows you to query the results of the getUsers query?

Options

  • A<cfquery datasource="getusers" />
  • B<cfquery dbtype="query" />
  • C<cfquery dbtype="datasource" />
  • D<cfquery dbtype="getusers" />

How the community answered

(27 responses)
  • A
    4% (1)
  • B
    85% (23)
  • C
    7% (2)
  • D
    4% (1)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice