Select from following answers:- The DISTINCT clause returns the result set without the duplicate values
- The DISTINCT clause returns the result set with the duplicate values
- It merges all the results
- None of the above
- All Above
The Distinct operator removes duplicate instances of a key value from a collection. The function to retrieve the key value is to be supplied as a delegate.
Show Correct Answer
Asked In: Many Interviews |
Alert Moderator