Comment on What if an SQL Statement Returned a Database?

<- View Parent
Nighed@sffa.community ⁨4⁩ ⁨months⁩ ago

SQL returns subsets of all tables with only those tuples that would be part of the traditional (single-table) query result set

So it returns only the data that would be returned from the query, so the filtering is done.

I can see some uses of it. If you look at what something like Entity Framework does behind the scenes to return nested objects, you can see how something like this might help.

source
Sort:hotnewtop