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)- A83% (24)
- B3% (1)
- C3% (1)
- D10% (3)
Community Discussion
No community discussion yet for this question.