Discussion :: MongoDB MCQs
- Which of the following should is used to check whether collection is capped or not ?
Answer : Option B
Explanation :
Use the isCapped() method to determine if a collection is capped, as: db.collection.isCapped().
Be The First To Comment