How to get the count of distinct records. Please give me the
query?
Answer Posted / gouri
SELECT count(*) FROM
(SELECT distinct ngcode FROM donation )d
| Is This Answer Correct ? | 4 Yes | 4 No |
Post New Answer View All Answers
Explain about analysis services?
Define views.
How will you add a dimension to cube? : sql server analysis services, ssas
How do you make a trace?
Explain about temporary stored procedure?
What is the difference between ddl,dml and dcl commands?
What is the filtered index?
Explain nested trigger in sql?
What are the different types of upgrades that can be performed in sql server?
Explain encryption of entire databases without the need for application changes in sql server 2008?
What is isnull() operator?
You have several tables, and they are joined together for querying. The tables contain both clustered indexes and non clustered indexes to optimize performance, how should you distribute the tables and their indexes onto different file groups?
How to make a remote connection in a database?
What are different types of table joins?
How can we solve concurrency problems?