

InterviewSolution
Saved Bookmarks
1. |
A query may include a ___________ that specifies the fields from the matching documents to return.(a) selection(b) projection(c) union(d) none of the mentionedThis question was addressed to me by my school teacher while I was bunking the class.My question is taken from CRUD Concepts topic in portion MongoDB CRUD Concepts and Operation of MongoDB |
Answer» The correct option is (b) projection |
|