The function mysqli_affected_rows() can be used to perform which of the following actions?
(Choose 2)
Select all that apply, then click Submit answer.
-
○
get the number of rows that are affected by SELECT statements
-
○
get the number of rows that are affected by UPDATE statements
-
○
get the number of rows that are affected by INSERT statements
-
○
get the number of rows in a result set
-
○
get the numbers of rows that are affected after committing a transaction using COMMIT