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
what are the different types of replication you can set up in sql server? : Sql server database administration
What is the difference between count () and rowcount ()?
Explain what is “asynchronous” communication in sql server service broker?
How to find related tables in sql server?
Tell me what is the stuff and how does it differ from the replace function?
How to drop an existing schema in ms sql server?
What is normalization and its types?
Mention the different authentication modes in sql server.
How do you maintain database integrity where deletions from one table will automatically cause deletions in another table?
What are triggers in ms sql server?
Which tools are available to manage SQL Azure databases and servers?
How can you check the level of fragmentation on a table?
What is triggers in ms sql server?
Define model database?
How can I create a report based on a query? : sql server management studio