Adobe
9A0-127 · Question #20
How can you restrict the number of rows returned from a stored procedure to 100 or fewer using <cfstoredproc>?
The correct answer is D. add a MAXROWS="100" attribute to the <cfprocresult> tag. See the full explanation below for the reasoning.
Question
How can you restrict the number of rows returned from a stored procedure to 100 or fewer using <cfstoredproc>?
Options
- Aadd a MAXROWS="100" attribute to the <cfstoredproc> tag
- Badd a BLOCKFACTOR="100" attribute to the <cfstoredproc> tag
- Cadd a MAXROWS="100" attribute to the <cfprocparam> tag
- Dadd a MAXROWS="100" attribute to the <cfprocresult> tag
How the community answered
(44 responses)- A11% (5)
- B7% (3)
- C5% (2)
- D77% (34)
Community Discussion
No community discussion yet for this question.