

InterviewSolution
Saved Bookmarks
1. |
In MongoDB _________ operations modify the data of a single collection.(a) CRUD(b) GRID(c) READ(d) All of the mentioned |
Answer» The correct option is (a) CRUD Explanation: Data modification refers to operations that create, update, or delete data. |
|