What is the equivalent command in MongoDB for the following SQL query?
SELECT * FROM posts WHERE author like "%john%"
Which of the following collections stores authentication credentials in MongoDB?
By default, the MongoDB cursor in mongo shell is configured to return how many documents? To get the next set of documents, which command is used?
If you have created a compound index on (A,B, C) which of the following access pattern will not be able to utilize the index?