Answer Posted / pradip jain
COUNT(column_name): COUNT THE NUMBER OF ROWS EXCLUDING NULL
VALUES BUT INCLUDING DUPLICATES
COUNT(*):COUNT THE NUMBER OF ROWS INCLUDING NULL VALUES AND
DUPLICATES.
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
What are pages and extents? : SQL Server Architecture
What is triggers in ms sql server?
Explain what is cte (common table expression)?
Distinguish between nested subquery and correlated subquery?
What is ddl command?
How to reaname table name without using sp_Rename in sql server..?
What are difference between Cluster index and Non-Cluster index?
What is dml command?
what type of index will get created after executing the above statement? : Sql server database administration
What is the library index called?
Write a SQL query to make a column as unique?
What happens when converting big values to numeric data types?
What stored by the msdb? : sql server database administration
How to use linked server?
What is a partition key?