InterviewSolution
Saved Bookmarks
| 1. |
__________ is a command-line utility to import content from a JSON, CSV, or TSV.(a) mongorestore(b) mongofiles(c) mongosupport(d) mongoimport |
|
Answer» The correct choice is (d) mongoimport Easiest explanation: Import content from a JSON, CSV, or TSV export is created by mongoexport. |
|