nerdexam
Zend

200-710 · Question #128

Which of these statements about PDO is NOT true?

The correct answer is B. Placeholders within PDO prepared statements need to be named.. See the full explanation below for the reasoning.

Question

Which of these statements about PDO is NOT true?

Options

  • APDO has built-in support for Large Objects (LOBs).
  • BPlaceholders within PDO prepared statements need to be named.
  • CWhen something goes wrong, PDO can throw an instance of its own exception class.
  • DPDO does not emulate missing database features.

How the community answered

(44 responses)
  • A
    5% (2)
  • B
    84% (37)
  • C
    2% (1)
  • D
    9% (4)

Community Discussion

No community discussion yet for this question.

Full 200-710 Practice