How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?
Answers were Sorted based on User's Feedback
Answer / jayanth
using union
select * from tableA
union
select * from tableB
Is This Answer Correct ? | 0 Yes | 0 No |
Answer / 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 |
what is the query and condition to delete datas in sql server.
is there more the two primary key in a single table?
26 Answers Eforce, Systematix,
What do you understand by triggers?
How to start and end transact-sql statements?
Diffrence between DTS vs SSIS
How to update existing rows in a table?
what is datawarehouse?
what r steps to we need to fallow b4 kill the process?
What triggers long term care?
What is inner join? Explain with an example?
explain different types of jions with examples briefly?
What are the differences between triggers and stored procedures?