Answer Posted / vijay dev saxena
Count(exp): Counts the number of rows excluding null values.
Count(*) : Counts the number of rows including null and
duplicates records.
| Is This Answer Correct ? | 13 Yes | 0 No |
Post New Answer View All Answers
How many types of the database links?
What is mean by clustered index and non clustered index, give syntax of creation? : sql server database administration
What are the differences between char and nchar in ms sql server?
If no size is defined while creating the database, what size will the database have?
What is a bit datatype?
What is the difference between for xml raw and for xml auto?
What do you understand by SQL*Net?
What is difference between equi join and inner join?
What do you understand by sql server agent?
Explain Geography datatype in SQL Server
What are the differences between left join and inner join in sql server?
What are recommended options to be used while using db mirroring? : sql server database administration
What is data source view or dsv? : sql server analysis services, ssas
What are trace flags?
Explain different types of Normalization.