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
Mention the different types of replication in sql server.
What the different types of Replication and why are they used?
What do you mean by sql server agent?
What is an indexing strategy?
What is sql collation?
Explain the difference between cross join and full outer join?
Any one plz send me SQL Server Developer/DBA resume for 4 years experience
What is the use of partition by in sql server?
when would you go for denormalization? : Sql server database administration
What are the different SQL Server Versions you have worked on?
What is ssl in sql server?
What are the advantages of mirroring?
How to delete an existing database user?
why would you call update statistics? : Sql server database administration
How do you Implement SSIS Packages in your Project?