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 command is used to delete a table from the database in the sql server and how?
When multiple after triggers are attached to sql table, how to control the order of execution?
Explain the etl (extraction, transformation, and loading)?
What happens if null values are involved in datetime operations?
What is truncate table?
How many primary keys are possible in a table?
how would you troubleshoot blocking? : Sql server database administration
What is the use of sql profiler in sql server 2012?
What is a linked server in sql server?
Mention the differences between substr and charindex in sql server.
what is the information that can be stored inside a bit column? : Sql server database administration
Do you know what is replace and stuff function in sql server?
What are data driven subscriptions?
How to see existing views in ms sql server?
In what three ways is the return statement used in a stored procedure?