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