nerdexam
Zend

200-530 · Question #510

Which of the following methods of PDOStatement class returns the next result set in a multiquery statement?

The correct answer is C. PDOStatement->nextRowset(). See the full explanation below for the reasoning.

Question

Which of the following methods of PDOStatement class returns the next result set in a multiquery statement?

Options

  • APDOStatement->fetchAll()
  • BPDOStatement->fetch()
  • CPDOStatement->nextRowset()
  • DPDOStatement->rowCount()

How the community answered

(19 responses)
  • A
    5% (1)
  • B
    5% (1)
  • C
    79% (15)
  • D
    11% (2)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice