A.$inc
B.$rename
C.$set
D.$unset
您可能感興趣的試卷
你可能感興趣的試題
A.redis.conf
B.redis.win.conf
C.redis.windows.conf
D.redis-benchmark.conf
A.$inc
B.$rename
C.$set
D.$unset
A.db.stus.find().limit(50)
B.db.stus.find().skip(40).limit(10)
C.db.stus.find().skip(10).limit(40)
D.db.stus.find().skip(50)
A.db.stus.drop()
B.db.dropCollection(’stus’)
C.db.stus.remove()
D.db.removeCollection(’stus’)
A.db.集合名.createIndex({key :"2d"})
B.db.集合名.createIndex({key :"2D"})
C.db.集合名.createIndex({key :"3d"})
D.db.集合名.createIndex({key :"3D"})
最新試題
NoSQL的主要存儲(chǔ)模式不包括()。
下面哪個(gè)不是TiDB數(shù)據(jù)庫(kù)的特點(diǎn)?()
MongoDB的索引包括()。
以下()不是MongoDB數(shù)據(jù)庫(kù)在分片時(shí)需要的節(jié)點(diǎn)。
MongoDB向集合中添加文檔的命令,正確的是()。
MongoDB中使用,獲取數(shù)據(jù)庫(kù)狀態(tài)()。
對(duì)于MongoDB查詢計(jì)劃,返回參數(shù)stage的描述正確的有()。
以下屬于MongoDB中刪除文檔的操作為()。
假如你的項(xiàng)目里面涉及了用戶的高并發(fā)讀寫需求,而且都是突發(fā)性的臨時(shí)數(shù)據(jù),你會(huì)選擇以下哪種數(shù)據(jù)庫(kù)來(lái)搭建你的項(xiàng)目?()
在生產(chǎn)分布式集群中,MongoDB的部署下列說(shuō)法正確的是()。