数据库
首页 > 数据库> > nosql数据库--mango 操作

nosql数据库--mango 操作

作者:互联网

(1)用MongoDB Shell设计出student集合;

 

 

(2)用find()方法输出两个学生的信息;

 

 

 

 

 

 

(3)用find()方法查询zhangsan的所有成绩(只显示score列);

 

 

 

(4)修改lisi的Math成绩,改为95。

 

 

标签:Shell,nosql,--,lisi,mango,成绩,find,Math
来源: https://www.cnblogs.com/enough/p/15703713.html