Quiz: CRUD Operations with Prisma
Take a quiz to test your understanding of CRUD operations with Prisma.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Which of the following are the basic methods for updating records with Prisma?
A.
update
and updateMany
B.
updateOne
and updateAll
C.
updateSingle
and updateMany
1 / 3