How to link data from two tables

This is probably a very simple thing but I'm not sure how to.

I have a table which has a field with an id 'a', how can I look up the value of 'a' in table 'b' and have that returned in the response?

I am using findMany, will I have to use .join?
Was this page helpful?