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 buffer cash and log cache in sql server?
How to delete database objects with "drop" statements in ms sql server?
Where sql server user names and passwords are stored in sql server? : sql server database administration
What are the aggregate and scalar functions?
Define candidate key, alternate key, and composite key.
What is the status of services on passive node for failover cluster in sql server? : sql server database administration
Explain rdbms?
Tell me about the approaches which you used to counter the DI problems.
Do you know hot add cpu in sql server 2008?
What command is used to rename the database?
What is the difference between char and varchar2 datatype in sql?
What is the contrast between sql and mysql?
What are the differences between sql server and mysql.
How you can get the list of largest tables in a database?
Can we write a distributed query and get some data which is located on other server and oracle database?