Categories and Relational Databases III: JoinsΒΆ

We now discuss how to articulate joins in a categorical language.

select *
from table1
where table1.column = "foo"