Is there any need to create database command in mongodb?
Answer Posted / Pankaj Yadav
Yes, in MongoDB, you must create a database before working with collections and documents. To create a database, use the `use` command followed by the desired database name.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers