How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?
Answer Posted / virendra maurya
We can simply remove duplicate from table
1. Using CTE
2. Using Group by
3. Using Rank function
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
How to create stored procedures with parameters in ms sql server?
How to use subqueries with the in operators in ms sql server?
Ways to improve the performance of a SQL Azure Database?
Do you know how to implement service broker?
Tell me what is de-normalization and what are some of the examples of it?
How do use Having,Group by,Group function in SQL?
What are the filtered indexes?
Do you know what are the reporting services components?
Why use identity in sql server?
Explain the various types of concurrency problem?
How to throw custom exception in Stored Procedure?
What are the new scripting capabilities of ssms? : sql server management studio
what is raid? : Sql server database administration
What is the data tier application?
How to write an inner join with the where clause in ms sql server?