Home
Oracle PL / SQL
Aggregate Functions
Analytical Functions
Char Functions
Constraints
Conversion Functions
Cursor
Data Type
Date Timezone
Hierarchical Query
Index
Insert Delete Update
Large Objects
Numeric Math Functions
Object Oriented Database
PL SQL
Regular Expressions
Report Column Page
Result Set
Select Query
Sequence
SQL Plus
Stored Procedure Function
Subquery
System Packages
System Tables Views
Table
Table Joins
Trigger
User Previliege
View
XML
Menu
MULTISET « PL SQL « Oracle PL / SQL
Oracle PL / SQL
PL SQL
MULTISET
1.
MULTISET EXCEPT operator finds the elements remaining from the first set after removing any matching elements from the second set
2.
MULTISET EXCEPT table collection
3.
MULTISET INTERSECT operator finds the intersection or matching values between two sets
4.
MULTISET INTERSECT table collection
5.
MULTISET UNION DISTINCT table collection
6.
MULTISET UNION operator performs a UNION ALL operation on two collections
7.
MULTISET UNION table collection