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

MongoDB只删除匹配文档的第一条方法包括哪些()……

MongoDB只删除匹配文档的第一条方法包括哪些()

A.db.test.remove({hello:"world"},1)
B.db.test.remove({hello:"world"},true)
C.db.test.deleteOne({hello:"world"})
D.db.test.delete({hello:"world"})

热门试题