Briefing Zend Knowledge

which of the following actions?

The function mysqli_affected_rows() can be used to perform which of the following actions?
(Choose 2)

A.
get the number of rows that are affected by SELECT statements

B.
get the number of rows that are affected by UPDATE statements

C.
get the number of rows that are affected by INSERT statements

D.
get the number of rows in a result set

E.
get the numbers of rows that are affected after committing a transaction using COMMIT