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
Where are SQL server users names and passwords are stored in sql server?
Is truncate autocommit?
What are the advantages dts has over bcp?
What is a select query statement in ms sql server?
How to create median function?
What is global temp table?
What keyword you will use to get schema appended to the result set of a ‘for xml’ query?
what are user defined datatypes? : Sql server database administration
Can a table have 2 foreign keys?
What gets stored inside msdb database?
What is query processing?
How to check status of stored procedure in sql server?
Explain candidate key, alternate key, and composite key?
Explain the different types of joins?
What are commonly used mssql functions in php?