Use Prisma Client to Query for Related Data

InstructorRyan Chenkie

Share this video with your friends

Send Tweet

When two tables are related to one another, we can use Prisma Client to query for data through those relations. In this lesson, we see how to use Prisma Client to tie together data from two separate tables and pull it out in a nested fashion.