Answer Posted / t.lakshmi
count - It returns the non null values
count(*) - It returns the null values and duplicate values
| Is This Answer Correct ? | 9 Yes | 0 No |
Post New Answer View All Answers
Explain a join?
what are the new features introduced in sql server 2000? : Sql server database administration
Can group by and orderby be used together?
What is a schema in ms sql server 2005?
How do I find my localdb version?
How to handle error or exception in sql?
How can sql server instances be hidden? : sql server security
What is data modification?
What is the difference between sdf and mdf?
What are pages and extents? : SQL Server Architecture
Can two tables share a primary key?
what is the difference between delete table and truncate table commands? : Sql server database administration
What is the default schema of your login session in ms sql server?
how many triggers you can have on a table? : Sql server database administration
How to execute stored procedure and set temp table in sql server?