Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


Explain UNION,MINUS,UNION ALL, INTERSECT?



Explain UNION,MINUS,UNION ALL, INTERSECT?..

Answer / pavan_1981

UNION:set of all rows selected by both queries excluding
duplicates rows.
UNIONALL:set of all rows selected by both queries including
duplicate rows.
MINUS:set of all rows present in the first query and not
present in the second query.
INTERSECT:set of all rows commonly returned by both the
queries.

Is This Answer Correct ?    20 Yes 4 No

Post New Answer

More SQL PLSQL Interview Questions

How can analyze query after generating explain plan ?

2 Answers   Thermotech,


What is clustered and non-clustered indexes?

4 Answers   Microsoft,


How many columns should be in an index?

0 Answers  


how to calculate the difference between two dates? : Sql dba

0 Answers  


Which sql statement is used to return only different values?

0 Answers  


How to load data with sql*loader?

0 Answers  


What is the best sql course?

0 Answers  


what are the differences between char and varchar? : Sql dba

0 Answers  


What is Overloading of procedures ?

4 Answers   Amdocs,


What is substitution variable in pl sql?

0 Answers  


what are the advantages of using stored procedures? : Sql dba

0 Answers  


What is difference between my sql and sql?

0 Answers  


Categories