相关题目
单选题
MySQL中,参数值如果不在-1和1之间会返回null的函数是()。
单选题
MySQL中,删除所有学生信息,正确的SQL语句是()。
单选题
MySQL中,在课程表中(包含cno和name两列)插入数据的SQL语句正确的是()。
单选题
MySQL中,能够用于多个值比较的关键字是()。
单选题
MySQL中,关于下面的查询语句描述正确的是()。
select sno, name from student where not exists
(select * from sc where sc.sno=student.sno)
单选题
MySQL中,select sno, grade from sc where cno=(子查询),此处的子查询应该返回()。
单选题
MySQL中,下面的语句中,子查询是()。select sno, name, gender, birthdate, class from student
where birthdate=
(select min(birthdate) from student);
单选题
MySQL中,关于内连接、左外连接、右外连接和全连接结果数量描述正确的是()。
单选题
MySQL中,在内连接以及外连接中,描述连接条件使用的关键字是()。
单选题
MySQL中,关于全外连接的描述错误的是()。
