Which of following command will return all items from inventory collection
AnswerCreate or insert operations add new documents to a collection. If the collection does not currently exist, insert operations will create the collection.
AnswerMongoDB provides the following methods to insert documents into a collection:
Specify all correct statments regarding mongo shell
AnswerWhat function do you use to format the query results in mongo shell?
AnswerWhat command will you use to list all available databases?
AnswerWhat command will you use to display the database you are using?
AnswerWhat is default port for MongoDB server?
AnswerThe mongo shell is an interactive ______interface to MongoDB. You can use the mongo shell to query and update data as well as perform administrative operations.
What is missing?
Answer© 2017 QuizBucket.org