1.

MongoDB ___________ is used to drop a collection from the database.

A. db.dropCollection()
B. db.collection.delete()
C. db.collection.drop()
D. db.deleteCollection()
Answer» D. db.deleteCollection()


Discussion

No Comment Found