What is the datatype returned by count(*)
Answer Posted / thirumal
count(*) returns the total number of not null values in
given column
| Is This Answer Correct ? | 3 Yes | 3 No |
Post New Answer View All Answers
What is a select query statement in ms sql server?
what is an index? : Sql server database administration
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
What command is used to create a database in the sql server and how?
How to create an inline table-valued function?
Can you pass expressions to stored procedure parameters?
what is the difference between count(*) and count(1) ?
How to create new tables with "select ... Into" statements in ms sql server?
What are the aggregate and scalar functions?
What are different type of Collation Sensitivity?
Can You Use Data Mining Models In Ssrs?
What is the difference between rank and dense_rank?
What are distinctive joins find as a part of sql?
what is spatial nonclustered index
How to convert numeric values to integers in ms sql server?