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"})
最新試題
無須事先定義數(shù)據(jù)存儲(chǔ)結(jié)構(gòu)的數(shù)據(jù)庫有()。
MongoDB中進(jìn)行find查詢時(shí)可以用到以下哪些函數(shù)?()
關(guān)于memcached的內(nèi)置內(nèi)存存儲(chǔ)方式說法正確的是()。
MongoDB中,對(duì)于stus集合,如字段sname上已存在一個(gè)名為sname_Index的升序索引,如何將此索引刪除掉?()
關(guān)于MongoDB數(shù)據(jù)庫的文檔以下說法正確的是()。
下面哪個(gè)不是TiDB數(shù)據(jù)庫的特點(diǎn)?()
memcached服務(wù)器上的基本命令包括()。
以下屬于redis對(duì)集合set的各種操作命令的是()。
MongoDB文檔鍵(key)命名規(guī)則包含()。
MongoDB中使用()查看表的基本信息。