Answer:
Count function returns integer value meaning it returns no of records if present otherwise return 0.
In other words,we can say,Count function is the simplest function and very useful in counting the number of records,which are expected to be returned by a SELECT statement.
It always returns an int data type value.
Asked In: Many Interviews |
Alert Moderator