單項選擇題MongoDB中,可以完成插入操作的方法不包括()。

A.insert
B.update
C.save
D.delete


您可能感興趣的試卷

你可能感興趣的試題

1.單項選擇題memcache適合緩存()格式的數(shù)據(jù)。

A.圖片
B.視頻
C.文本
D.二進制

2.單項選擇題memcache命令,add sname 025920003,其中2592000表示()。

A.2592000秒
B.時間戳
C.31天
D.2592000毫秒

3.單項選擇題memcache命令,add sname 063,其中6表示()。

A.6天
B.6小時
C.6秒
D.6毫秒

5.單項選擇題若要使用pythonr操作memcache,需要導(dǎo)入pymemcache中的Client類,以下導(dǎo)入命令正確的是()。

A.pip install pymemcache
B.from pymemcache.client.base import Client
C.from pymemcache.client import Client
D.from pymemcache import Client
E.yum -y install pymemcache