找考题网-背景图
单项选择题

MongoDB创建集合的方法不包括哪种()

A.db.createCollection("test")
B.db.createCollection("test",{capped:true,size:1024,max:10})
C.db.test.insert({hello:"world"})
D.db.insertCollection("test")

热门试题