当前位置:嗨网首页>书籍在线阅读

16-练习

  
选择背景色: 黄橙 洋红 淡粉 水蓝 草绿 白色 选择字体: 宋体 黑体 微软雅黑 楷体 选择字体大小: 恢复默认

8.12.3 练习

1.编写一个MongoDB shell脚本,使用方法insert()至少将两个新单词插入到集合word_stats中。

2.编写一个MongoDB shell脚本,使用方法update()给练习1中插入的单词添加值为exercise的字段category。

3.编写一个MongoDB shell脚本,检索字段category的值exercise的单词,并使用方法remove()删除它们。