About
Language-Integrated Query (LINQ) is the name for a set of technologies based on the integration of query capabilities directly into the C# language.
LINQ is a functional interface for SQL query.
Articles Related
Implementation
All java implementation are a sort of implementation of a stream api
- http://www.h2database.com/html/jaqu.html (allows to access databases using pure Java.)