皮皮学,免费搜题
登录
搜题
【判断题】
查询课程编号为 01 且课程成绩在 80 分以上的学生的学号和姓名SELECT student.SId, student.SnameFROM student, scWHERE student.SId = sc.SIdAND sc.CId = '01'AND sc.score > 80求每门课程的学生人数SELECT sc.CId, count(sc.SId)FROM scGROUP BY sc.CId成绩不重复,查询选修「」老师所授课程的学生中,成绩最高的学生信息及其成绩SELECT student.*, sc.score, sc.CIdFROM student, scWHERE sc.CId = (SELECT course.CIdFROM course, teacherWHERE course.TId = teacher.TIdAND teacher.Tname = '')AND student.SId = sc.SIdORDER BY sc.score DESCLIMIT 1成绩有重复的情况下,查询选修「」老师所授课程的学生中,成绩最高的学生信息及其成绩SELECT * FROM(SELECT student.*, sc.score, sc.CId, DENSE_RANK() OVER (ORDER BY sc.score DESC)排名FROM student, scWHERE sc.CId = (SELECT course.CIdFROM course, teacherWHERE course.TId = teacher.TIdAND teacher.Tname = '')AND student.SId = sc.SId) as tWHERE t.排名='1'查询不同课程成绩相同的学生的学生编号、课程编号、学生成绩SELECT sc.SId, sc.CId, sc.scoreFROM scWHERE sc.score in (SELECT score FROM(SELECT sc.score, count(sc.score) as count_peopleFROM scGROUP BY sc.score) AWHERE A.count_people > 1)SELECT s,c,scoreFROM(SELECT max(score),avg(score),COUNT(score),student.s,c,scoreFROM studentLEFT JOIN scON student.s=sc.sGROUP BY student.sHAVING max(score)=avg(score) AND COUNT(score)>=2) A;查询每成绩最好的前两名SELECT *FROM (SELECT sc.SId, sc.CId, sc.score, row_number() over (PARTITION BY sc.CId ORDER BY sc.score DESC)排名FROM scORDER BY sc.score DESC) AWHERE 排名 <= 2ORDER BY A.CId, A.排名统计每门课程的学生选修人数(超过 5 人的课程才统计)SELECT *FROM (SELECT sc.CId, count(sc.SId) as count_peopleFROM scGROUP BY sc.CId) AWHERE A.count_people > 5SELECT sc.CId,COUNT(sc.CId)FROM scGROUP BY sc.CIdHAVING COUNT(sc.CId)>5 ;检索至少选修两门课程的学生学号SELECT sc.SId, COUNT(sc.SId)FROM scGROUP BY sc.SIdHAVING COUNT(sc.SId) >= 2查询各学生的年龄,只按年份来算SELECT SId, Sname, (year(curdate())-year(Sage)) as ageFROM studentORDER BY age按照出生日期来算,当前月日 < 出生年月的月日则,年龄减一SELECT SId, Sname,timestampdiff(year,Sage,curdate())年龄FROM studentORDER BY 年龄;查询本过生日的学生SET @day =8-dayofweek(curdate());SELECT *FROM studentWHERE date_format(Sage, '%m%d')BETWEEN date_format(curdate(),'%m%d')AND date_format (date_add(curdate(),interval @day day), '%m%d');查询下过生日的学生set @day =9-dayofweek(curdate());SELECT *FROM studentWHERE date_format(sage, '%m%d')BETWEEN date_format (date_add(curdate(),interval @day day), '%m%d')AND date_format (date_add(curdate(),interval @day+6 day), '%m%d');查询本月过生日的学生SELECT *FROM studentWHERE date_format(Sage,'%m')=date_format(curdate(),'%m');查询下月过生日的学生SELECT *FROM studentWHERE date_format(Sage,'%m')=date_format(date_add(curdate(),interval 1 month),'%m');
A.
正确
B.
错误
拍照语音搜题,微信中搜索"皮皮学"使用
参考答案:
参考解析:
知识点:
.
..
皮皮学刷刷变学霸
举一反三
【单选题】胆汁排放途径不包括
A.
肝左管
B.
肝右管
C.
:胆囊管
D.
胰管
E.
胆总管
【单选题】为预防旅游者患病,关于导游员的提醒工作错误的是
A.
提醒旅游者不要买街头小贩的食品
B.
提醒旅游者不要到卫生条件差的排档用餐
C.
提醒旅游者根据天气情况及时增减衣服
D.
提醒旅游者多带药品
【单选题】胆汁排放途径不包括
A.
肝左管
B.
肝右管
C.
胆囊管
D.
胰管
E.
胆总管
【简答题】What step is essential to the traditional production of flu vaccine? [A] Manufacturers implant the vaccine into ordered chicken eggs. [B] Scientists identify the exact strain soon after a flu pandemic...
【单选题】It is of great significance that patients and their doctors provide feedback to manufacturers and regulators if they are suspicious of any problem.
A.
Y
B.
N
C.
NG
【单选题】After 1957 the pollution of the Thames began to reduce quickly because ______.
A.
manufacturers agreed to produce biodegradable detergents instead of non-biodegradable detergents
B.
river authorities cooperated very well with government representatives
C.
ways had been found to degrade the new 'hard' detergents
D.
more sewage works had been built to treat polluted water
【单选题】The passage suggests which of the following about the majority of United States manufacturing industries before the high-technology development era of the 1980’s?
A.
They lost many of their most innovative personnel to small entrepreneurial enterprises.
B.
They experienced a major decline in profits during the 1960’s and 1970’s.
C.
They could provide real economic benefits to the areas in which they were located.
D.
They employed workers who had no specialized skills.
E.
They actively interfered with local entrepreneurial ventures.
【单选题】为预防旅游者患病,关于导游员的提醒工作错的是
A.
提醒旅游者不要买街头小贩的食品
B.
提醒旅游者不要到卫生条件差的排档用餐
C.
提醒旅游者根据天气情况及时增减衣服
D.
提醒旅游者多带药品
【单选题】My mother       very busy       weekends.
A.
does usually; at              
B.
is usually; on                                  
C.
usually is; on
【多选题】符合无菌原则的操作是
A.
手持无菌容器时,应托住边缘部分
B.
取、放无菌持物钳时,钳端向下
C.
倒取无菌溶液时,手不可触及瓶盖的内面
D.
打开无菌容器盖,盖内面向下放置妥当
E.
铺无菌盘时,手不可触及治疗巾的内面
相关题目: