Number of rows is returned by the attribute __________
Number of rows is returned by the attribute __________ Correct Answer rowsAffected
rowsAffected attribute returns the number of rows that were changed by SQL. If there is no change by the SQL statement then this attribute will return zero. If we use “SELECT” statement, this attribute will always return zero.