How to get data from foreign table based on parent table

I have a table named sent_cards and it is linked to a table named users. I want to fetch the first name of the users based on the id stored in sent_cards table. Please help.
Was this page helpful?