Mention the command to insert a document in a database called school and collection called persons.

Technology CommunityCategory: MongoDBMention the command to insert a document in a database called school and collection called persons.
VietMX Staff asked 3 years ago
use school;
db.persons.insert( { name: "kadhir", dept: "CSE" } )