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

mongodb创建索引()

A.db.文档名.createIndex(字段:1)
B.db.文档名.createIndex(字段:-1)
C.db.文档名.createIndex({字段:1,字段:-1})
D.db.文档名.createIndex(字段,1)