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
Can we insert data if clustered index is disabled?
Explain data warehousing in sql server?
How to delete all rows with truncate table statement in ms sql server?
How can you set the threshold at which sql server will generate keysets asynchronously?
What is the maximum size of sql server database?
What is a scheduled job or what is a scheduled task?
What is SQL Azure Data sync?
what are isolation levels? : Sql server database administration
What is transaction server consistency?
What is data source view or dsv? : sql server analysis services, ssas
What is a coalesce function?
How many types of functions are there in sql server?
How do triggers work?
What are the different types of stored procedures?
Explain about sql server login?