Mention the command to insert a document in a database called school and collection called persons. Technology Community › Category: MongoDB › Mention the command to insert a document in a database called school and collection called persons. -1 Vote Up Vote Down VietMX Staff asked 4 years ago use school; db.persons.insert( { name: "kadhir", dept: "CSE" } )