Prepare for your Next Interview
This is a discussion on set operator within the SQL forums, part of the Databases category; Hi all can u explain the set operator in sort formmm.................. Thanks...
|
|||
|
Re: set operator
Set operators are used to combine information of similar type from one or more tables.
Set Operators - UNION, UNION ALL , INTERSECT and MINUS Minus :- Rows unique for the first query will be returned. Intersect :- It returns common rows from different select statements Union :- Union returns all the rows from two different select statements and then eliminate duplicate rows from the result set. Union All :- Union all returns all the rows from two different select statements without eliminating duplicate rows. |
![]() |
|
| Thread Tools | |
| Display Modes | |
|
|
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| set operator | sunil_bisht | SQL | 1 | 08-19-2008 08:15 AM |
| sizeof() operator | jaiprabuk | C and C++ | 9 | 08-10-2008 01:14 PM |
| Operator Overloading | sivasubbu | C# | 5 | 07-26-2008 06:14 PM |
| Use of Ternary Operator? | pradeep.madishetti | QTP | 1 | 05-02-2008 12:41 PM |
| Operator overloading | valireddy | C and C++ | 2 | 04-12-2008 07:34 AM |