Amongst which of the following MongoDB command is used to import the data from various sources

40. Amongst which of the following MongoDB command is used to import the data from various sources?

  1. mongoimport
  2. mongoexport
  3. mongotruncate
  4. None of the mentioned above

Answer: A) mongoimport

Explanation:

It is necessary to use the mongoimport command in MongoDB in order to import data from various sources. When you use the mongoimport tool, you can import content from an Extended JSON, CSV, or TSV export that was created by mongoexport or, in some cases, by another third-party export tool.

Comments and Discussions!

Load comments ↻






Copyright © 2024 www.includehelp.com. All rights reserved.