Which SQL statement below does the following MongoDB script most closely correspond to? db.students.find( {age: 18}, {name: 1, _id :0} ) 单项选择题

A

SELECT age FROM students WHERE name IS NOT NULL;

B

SELECT * FROM students WHERE age=18 AND name IS NOT NULL;

C

SELECT * FROM students WHERE age=18 AND name=1 AND _id=0;

D

SELECT name FROM students WHERE age=18

登录即可查看完整答案

我们收录了全球超50000道真实原题与详细解析,现在登录,立即获得答案。

更多留学生实用工具

加入我们,立即解锁 海量真题独家解析,让复习快人一步!