Answer Posted / anand
COUNT(column_name): COUNT THE NUMBER OF ROWS EXCLUDING NULL
VALUES.
COUNT(*):COUNT THE NUMBER OF ROWS INCLUDING NULL VALUES AND
DUPLICATES.
| Is This Answer Correct ? | 2 Yes | 1 No |
Post New Answer View All Answers
What is the purpose of grouping data in a report?
Can sql servers linked to other servers like oracle?
Do you know what are the ways available in sql server to execute sql statements?
What is GUID in sql server?
What is the difference between count and distinct count?
what is an index? : Sql server database administration
How can I tell if sql server is 32 or 64 bit?
What is etl - extraction, transformation, and loading?
What is sql server locking?
What is a benefit of using an after insert trigger over using a before insert trigger?
What are the general features of sql server management studio? : sql server management studio
How to handle error or exception in sql?
What are dml (data manipulation language) statements in ms sql server?
Are there any preferred steps that need to be taken care of before starting the installation of sql server 2000?
Explain about extended stored procedure?