Oracle Set Operators
Using Oracle Set Operators(Union,Union All,Intersect and Minus/Except) Oracle Set operators can be used to select data from multiple tables. They combine the results of two or more queries. When using the Set operators a) Each SELECT clause must have the same number of column b) Column must be of same data-type c) Column should be […]
Oracle Set Operators Read More »