MCQOPTIONS
Saved Bookmarks
| 1. |
Which one of the following method is used to retrieve the number of rows affected by an INSERT, UPDATE, or DELETE query? |
| A. | num_rows() |
| B. | affected_rows() |
| C. | changed_rows() |
| D. | mysqli_affected_rows() |
| Answer» E. | |