5.8k views
4 votes
The ____ operator eliminates duplicate values in the results of a query.

User Nafeez
by
7.7k points

1 Answer

1 vote
Another programming question that doesn't indicate the programming language.

If you're referring to C# and LINQ, the Distinct() operator removes duplicate values.
User Zivkan
by
8.2k points