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 is cross join in sql server joins?
Explain various On-Delete options in a DB table. Which is the default option?
What are the events recorded in a transaction log?
What are trace flags?
How do I delete a sql server database?
What are 3 ways to get a count of the number of records in a table?
Why olap is used?
Disadvantages of the indexes?
How to download microsoft sql server 2005 express edition?
How many replicas are maintained for each SQL Azure database?
what is a schema in sql server 2005? : Sql server database administration
What is “begin trans”, “commit tran”, “rollback tran” and “savetran”?
Can a table be created inside a trigger?
What are the types of dml?
What is the most common type of join?