Answer Posted / harish sharma
Count(column_name) returns the number of records in the
table where the column value is not null for the particular
column.
Count(*) returns the number of all records in the table.
(including duplicates and those with nulls)
| Is This Answer Correct ? | 5 Yes | 1 No |
Post New Answer View All Answers
tell me what is blocking and how would you troubleshoot it? : Sql server database administration
What are the new features of sql server 2012 reporting service?
Write a program to fetch first 10 records from a file?
Differentiate between ms sql server reporting services vs crystal reports?
How to add the custom code in Report?
Are connections to sql server encrypted?
Explain linked server in sql?
What do you know about system database? : SQL Server Architecture
How do I install only the client tools of sql server 2000?
How to create new tables with "select ... Into" statements in ms sql server?
Explain features of analysis services?
What is the default Port No on which SQL Server listens?
What is the xml datatype?
What causes index fragmentation?
How to rename databases in ms sql server?