National_Instruments
200-500 · Question #121
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
(34 responses)- A3% (1)
- B9% (3)
- C85% (29)
- D3% (1)
Community Discussion
No community discussion yet for this question.