Zend
200-530 · Question #155
The function mysqli_affected_rows() can be used to perform which of the following actions? (Choose 2)
The correct answer is B. get the number of rows that are affected by UPDATE statements C. get the number of rows that are affected by INSERT statements. See the full explanation below for the reasoning.
Question
The function mysqli_affected_rows() can be used to perform which of the following actions? (Choose 2)
Options
- Aget the number of rows that are affected by SELECT statements
- Bget the number of rows that are affected by UPDATE statements
- Cget the number of rows that are affected by INSERT statements
- Dget the number of rows in a result set
- Eget the numbers of rows that are affected after committing a transaction using COMMIT
How the community answered
(27 responses)- A4% (1)
- B85% (23)
- D4% (1)
- E7% (2)
Community Discussion
No community discussion yet for this question.