What is the significance of MULTISET EXCEPT operator?
Options
- It evaluate two sets and returns one set
- It removes duplicates from a collection.
- It removes one set from another
- All of the above
CORRECT ANSWER : It removes one set from another
Write your comments