多項(xiàng)選擇題MongoDB中,對于stus集合,如字段sname上已存在一個(gè)名為sname_Index的升序索引,如何將此索引刪除掉?()

A.db.stus.dropIndex({sname:1})
B.db.stus.dropIndex(’sname_1’)
C.db.stus.dropIndex(’sname_Index’)
D.db.stus.dropIndexes()


您可能感興趣的試卷

你可能感興趣的試題

1.多項(xiàng)選擇題以下屬于MongoDB中刪除文檔的操作為()。

A.remove
B.deleteMany
C.deleteOne
D.delete

2.多項(xiàng)選擇題關(guān)于MongoDB集合的操作以下說法正確的是()。

A.操作集合前需要切換至對用數(shù)據(jù)庫
B.使用create Collection方法創(chuàng)建集合
C.在MongoDB中,當(dāng)插入文檔時(shí),如果集合不存在,則MongoDB會隱式地自動創(chuàng)建集合
D.查看數(shù)據(jù)庫里集合的信息時(shí)使用list命令

3.多項(xiàng)選擇題MongoDB中進(jìn)行find查詢時(shí)可以用到以下哪些函數(shù)?()

A.limit()
B.skip()
C.sort()
D.all()

4.多項(xiàng)選擇題MongoDB集群部署方式包括()。

A.主從復(fù)制
B.復(fù)制集
C.分片
D.負(fù)載均衡

5.單項(xiàng)選擇題MongoDB中,下列選項(xiàng),()不屬于管道操作符。

A.$group
B.$limit
C.$match
D.$and