How do you join Database tables (collections)? For example, I want a user to have a task. I want the ability of a user to see one other user's tasks (but not everyone). I need to design a UI to have one user select who they join to.
I know how to do this in say MySQl or Oracle with a sql join, but I want to use appery.io and the databse here. Please help