Full-Stack with Next.js·Lesson 3 Quiz
Quiz: Database Integration
Test what you learned in this lesson before moving on.
Lesson Quiz
Pass with 80% to complete this lesson.
1. Why should you use a singleton pattern for the Prisma client in Next.js?
2. Which command creates a new migration and applies it in development?
3. How do you include related data when querying with Prisma?
4. Where can you directly use Prisma queries in Next.js App Router?