How to get the count of distinct records. Please give me the
query?
Answer Posted / anilreddy
select count(distinct(columnname)) from tablename
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What language is sql server written in?
Which event (check constraints, foreign key, rule, trigger, primary key check) will be performed last for an integrity check?
What are data files?
Tell me about joins in database system and explain each in detail.
Can you explain what is sql server english query?
In one interview...interviewer ask me question pleas tell me sql server architecture.. can any body tell me the sql server architecture with digram
Can we call stored procedure in view in sql server?
What is triggers and its types?
What is the use of custom fields in report?
Stored Procedure returns data from multiple tables. How to access it in your ASP.Net code?
What is subreport?
Explain the dbcc pintable command when would you use it?
Does sql server 2000 full-text search support clustering?
Explain data warehousing in sql server?
Can a table have 2 foreign keys?