Briefing Zend Knowledge

Which of the following statements about database connections are commonly true?

Which of the following statements about database connections are commonly true? (Choose 2)

A.
Database connections are closed after each SQL statement is executed

B.
Database connections are closed at the end of each request

C.
Database connections are only closed when the Web server shuts down

D.
A single database connection may serve more than one PHP application at the same time