Zend
200-530 · Question #3590
Consider the following table data and PHP code. What is the outcome? Table data (table name "users" with primary key "Id"): Zend 200-530 Exam PHP code (assume the PDO connection is correctly…
The correct answer is D. The value of $result will be '[email protected]'. See the full explanation below for the reasoning.
Question
Consider the following table data and PHP code. What is the outcome? Table data (table name "users" with primary key "Id"): Zend 200-530 Exam PHP code (assume the PDO connection is correctly established):
Options
- AThe database will return no rows
- BThe value of $result will be an array
- CThe value of $result will be empty
- DThe value of $result will be '[email protected]'.
How the community answered
(36 responses)- A6% (2)
- B8% (3)
- C14% (5)
- D72% (26)
Community Discussion
No community discussion yet for this question.