

InterviewSolution
Saved Bookmarks
1. |
To ensure functioning replication, do not store values that are of the _______ regular expression type in the _id field.(a) JSON(b) XML(c) JScript(d) None of the mentioned |
Answer» Right option is (d) None of the mentioned Best explanation: The _id field may contain values of any BSON data type, other than an array. |
|