Saved Bookmarks
| 1. |
The order of documents returned by a query is not defined unless you specify a ______(a) sortfind()(b) sortelse()(c) sort()(d) none of the mentioned |
|
Answer» Right option is (c) sort() The explanation: You can modify the query to impose limits, skips, and sort orders. |
|