C100DBA Exam Question 31
Which of the following index would be optimum for the query?
Select all valid. db.test.find( { a : 5, c : 2 })
Select all valid. db.test.find( { a : 5, c : 2 })
C100DBA Exam Question 32
The________operator can be used to identify an element in the array to be updated without explicitly specifying the position of the element.
C100DBA Exam Question 33
Which of the following commands can cause the database to be locked?
C100DBA Exam Question 34
In mongodb how do you update a document partially?
C100DBA Exam Question 35
Consider that you have a collection called population which has fields state and city. Which of the following query will calculate the population grouped by state and city?
