Generation operators These operators are used for generating a new sequence
of values.
Grouping operators These operators are for grouping elements together that
share a common attribute.
Join operators These operators are used to associate objects from one
data source with objects in another data source, based on a
common attribute.
Partitioning operators These operators are used to divide an input sequence into
two or more sections, and then return the one section that
is required.
Quantifiers These operators perform the operation of checking
whether some or all of the elements in a sequence satisfy
a condition.
Restriction operators These operators restrict the query result to contain
elements that satisfy the specific condition.
Set operators This is to get the result sets based on the presence or
absence of equivalent elements in the same or another
collection.
Ordering operators These operators are used for ordering elements in a
sequence based on one or more attributes. We can also
specify the order within the group of elements to be sorted.
Pages:
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264