Zend
200-530 · Question #136
200-530 Question #136: Real Exam Question with Answer & Explanation
The correct answer is C. Use built-in database functions for simple processing, and perform more complicated logic in PHP. See the full explanation below for the reasoning.
Question
When you need to process the values of columns in a database, you should:
Options
- AOnly use built-in database functions
- BAlways use read the values as-is from the database and then process them with PHP
- CUse built-in database functions for simple processing, and perform more complicated logic in PHP
- DUse built-in database functions for complicated logic, and perform simpler functions in PHP
Community Discussion
No community discussion yet for this question.