NOT] EXISTS (select语句) 若子查询结果为空表则返回false select 姓名-> from xs-> where exists # ->该条件内容为空表-> (-> select * from score-> where 学号=xs.学号 and 课程号='3'-> );Empty set (0.00 sec)