Q. What is the return value from operations returning a row count?
β
Correct Answer: (C)
$rows
Explanation: This question is about how MySQL tells you how many rows were affected by an operation like inserting, updating, or deleting data.