Zend
200-530 · Question #192
Which of the following statements about database connections are commonly true? (Choose 2)
The correct answer is B. Database connections are closed at the end of each request C. Database connections are only closed when the Web server shuts down. See the full explanation below for the reasoning.
Question
Which of the following statements about database connections are commonly true? (Choose 2)
Options
- ADatabase connections are closed after each SQL statement is executed
- BDatabase connections are closed at the end of each request
- CDatabase connections are only closed when the Web server shuts down
- DA single database connection may serve more than one PHP application at the same time
How the community answered
(23 responses)- A4% (1)
- B83% (19)
- D13% (3)
Community Discussion
No community discussion yet for this question.