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


Please Help Members By Posting Answers For Below Questions

is there a column to which a default can't be bound? : Sql server database administration

535


Explain the different types of joins?

566


What is the purpose of forms?

493


What is the security principal at the server level that represents your session?

555


What is the difference between ROW_NUMBER and Ranking function in SQL SERVER?

603






How to configure odbc dsn with different port numbers?

557


What happens if null values are involved in datetime operations?

530


Is the order of columns in the set clause important in ms sql server?

519


What is thr feature of change data capture?

501


When would you use sql joins?

524


What do you understand by a stored procedure?

597


What is fill factor and pad index?

538


what is raid and what are different types of raid configurations? : Sql server database administration

536


List the ways in which dynamic sql can be executed?

638


What is multi-statement table-value user-defined function?

534