How to get the count of distinct records. Please give me the
query?
Answer Posted / name
select count(distinct columnname) from table ,this is correct as i checked the query
| Is This Answer Correct ? | 13 Yes | 1 No |
Post New Answer View All Answers
How do you delete a data source?
What is database white box testing?
Which data type columns are the best candidates for full-text indexing?
Define full outer join in sql server joins?
Explain triggers?
Explain features of analysis services?
What is 2nf in normalization?
can SSRS reports Cache results?
How to create a simple stored procedure in ms sql server?
Explain various data region available in ssrs with their use?
Can you tell me some of the common replication dmv's and their use? : sql server replication
What are system databases in ms sql server?
What are sql server functions?
What are pages and extents? : SQL Server Architecture
What is the difference between clustered index and primary key?