1.

In MongoDB, write operations are atomic at the __________ level.(a) collection(b) document(c) row(d) all of the mentioned

Answer» Right choice is (b) document

To explain I would say: No single write operation can atomically affect more than one document or more than one collection.


Discussion

No Comment Found