Answer Posted / Ranjit Kumar Barnwal
To return the total number of rows in a result set, you can use the COUNT(*), which counts all rows or COUNT(column_name), which counts only non-NULL values in the specified column.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers