What are LINQ query expressions?
A LINQ query, also known as a query expression, having of a combination of query clauses that identify the data sources for the query. It contains instructions for sorting, filtering, grouping, or joining to apply to the source data. The LINQ query expressions syntax is same to the SQL syntax. It specifies what information should be retrieved from the data source.