nerdexam
Adobe

9A0-127 · Question #87

Your application has the following query that is running slowly: <cfquery datasource="testdb" result="data" name="result"> SELECT * FROM ... </cfquery> You want to know the amount of time the query…

The correct answer is A. data.executionTime. See the full explanation below for the reasoning.

Question

Your application has the following query that is running slowly:

<cfquery datasource="testdb" result="data" name="result"> SELECT * FROM ... </cfquery> You want to know the amount of time the query takes so you can log it. Which variable contains the length of time the query took to run?

Options

  • Adata.executionTime
  • Bresult.data.executionTime
  • Cresult.timeExecution
  • Ddata.recordcount

How the community answered

(29 responses)
  • A
    83% (24)
  • B
    3% (1)
  • C
    3% (1)
  • D
    10% (3)

Community Discussion

No community discussion yet for this question.

Full 9A0-127 Practice