ANKO Code Academy
AI-Native Coding Learning Platform
Courses
Labs
Discussions
quiz
EF Core Projections Quiz
Question 1 of 10
Score: 0/10
What does [UseProjection] do when applied to a resolver that returns IQueryable<T>?
It caches the query result in memory for faster subsequent requests
It appends a .Select() to the IQueryable so only the requested fields are fetched from the database
It splits the query into multiple parallel database calls
It adds an index to the database for the queried columns
Check Answer
Previous
Next Topic