What is the datatype returned by count(*)
Answer Posted / sathishrpillai
It returns Integer data type.
since count function return the total count of a particular
fields.
| Is This Answer Correct ? | 7 Yes | 0 No |
Post New Answer View All Answers
What are the two authentication modes in sql server?
How do I schedule a sql server profiler trace?
What is the difference between a check constraint and a rule?
What are cursors? Explain different types of cursors. What are the disadvantages of cursors? How can you avoid cursors?
Can a table have 2 primary keys?
How to drop an existing schema in ms sql server?
Do you know what is replace and stuff function in sql server?
How to enter binary string literals in ms sql server?
How to concatenate two binary strings together?
How to create a simple user defined function in ms sql server?
How to modify existing triggers using "alter trigger"?
Where are full-text indexes stored?
What happens if time-only values are provided as date and time literals?
Introduction of rollup clause using sum and group by clause?
Indexes are updated automatically is the full-text index also updated automatically?