(Choose 1 answer)
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
A. <query filter>
B. <projection>
C. <cursor modifier>
D. <collection>
Exit 19