Kizspy | Question: 69
(Choose 1 answer)
PUUVERRIJM CON
Consider the following generic statement:
db.<collection>.find(<query filter>, <projection>).<cursor modifier>
Which part of the statement would reflect that of the WHERE statement in SQL as illustrated in the lecture?
A. <projection>
B. <cursor modifier>
C. <query filter>
D. <collection>