How would you retrieve Unique rows from table without using UNIQUE and DISTINCT keyword?
Answer Posted / jayanth
using union
select * from tableA
union
select * from tableB
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
How can I create a new template for import ? : sql server management studio
can an order by clause be used in a creation of a view?
What are the basic functions for master, msdb, model, tempdb and resource databases?
What are the functions in sql server?
What are sparse columns?
What is the difference between a function and a trigger?
What is normalization of database?
What is global temp table?
Can you explain different types of joins?
What is page-level compression?
What do you mean by authentication modes in sql server?
How to drop existing views from a database in ms sql server?
How to loop through returning rows?
Explain magic tables in sql server?
Define outer join?