You perform the following operation in the shell: db.foo.insert( { } ); What gets inserted?
Given a collection posts as shown below having a document array comments, which of the following command will create an index on the comment author descending?
Which of the following commands finds all the documents in the posts collection with post timestamp field as null?