nerdexam
Zend

200-530 · Question #136

When you need to process the values of columns in a database, you should:

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

How the community answered

(23 responses)
  • A
    4% (1)
  • B
    13% (3)
  • C
    74% (17)
  • D
    9% (2)

Community Discussion

No community discussion yet for this question.

Full 200-530 Practice