.The queries in MongoDB are based on _________ in the document, so the documents can be spread across multiple serversRequired to answer. Single choice. code example
Example 1: query mongodb
db.inventory.find( { status: "D" } )
Example 2: query mongodb
db.inventory.find( {} )