-
Number of rows is returned by the attribute __________.
-
- rowsAffected
- length
- rows
- insertIID
- None of these
Correct Option: A
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.