Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 480 Bytes

0250.md

File metadata and controls

31 lines (24 loc) · 480 Bytes

Which of the following methods of PDOStatement class returns the next rowset in a multi-query statement?

  • A)
PDOStatement->nextRowset()
  • B)
PDOStatement->fetch()
  • C)
PDOStatement->fetchAll()
  • D)
PDOStatement->rowCount()
Answer

Answer: A