Explain Union, Intersect and Except?



Explain Union, Intersect and Except?..

Answer / Archana Mishra

Union combines all elements from two collections without duplicates, Intersect returns common elements between two collections, and Except returns elements from the first collection that are not in the second.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More LINQ Language-Integrated Query Interview Questions

What is difference between linq and sql entity framework?

1 Answers  


What are the three main components of linq?

1 Answers  


Explain what is lambda expressions in linq?

1 Answers  


What is expression tree in linq?

1 Answers  


Give the name of four LINQ Providers of .NET Framework ?

1 Answers   Sans Pareil IT Services,


What is the query syntax?

1 Answers  


What is the Difference between LINQ and Stored Procedures?

1 Answers   Sans Pareil IT Services,


What is difference between first and single in linq?

1 Answers  


Enlist the types of linq?

1 Answers  


How you can retrieve a single row with linq?

1 Answers  


What is the use of firstordefault in linq?

1 Answers  


What is the difference between entity framework and linq?

1 Answers  


Categories