how to replicate **joins** in **db.query**?
this is a
let's say, there may be 2 accepted answers, thus this will be the response
How do I use joins in
db.select query with a join to filter out only answers that are acceptedlet's say, there may be 2 accepted answers, thus this will be the response
How do I use joins in
db.query api that will result in the same response or will filter out users accepted answers in a similar way? is it even possible with db.query? do i have to manage my relations in the schema?