📄️ Simple inner join
Simple inner joins can be done by providing a table name and two columns to join:
📄️ Aliased inner join
You can give an alias for the joined table like this:
📄️ Complex join
You can provide a function as the second argument to get a join
📄️ Subquery join
You can join a subquery by providing two callbacks: