freepeople性欧美熟妇, 色戒完整版无删减158分钟hd, 无码精品国产vα在线观看DVD, 丰满少妇伦精品无码专区在线观看,艾栗栗与纹身男宾馆3p50分钟,国产AV片在线观看,黑人与美女高潮,18岁女RAPPERDISSSUBS,国产手机在机看影片

正文內(nèi)容

數(shù)據(jù)庫1數(shù)據(jù)查詢-文庫吧資料

2025-07-04 14:15本頁面
  

【正文】 rom student where student_id in( select student_id from sc where course_id=( select course_id from course where course_name=39。)11. 查詢選修了課程名為“數(shù)據(jù)庫基礎(chǔ)”的學生學號和姓名(分別用連接,in和exists實現(xiàn))連接:select , from sc,student,course where =39。)exists:select student_id,course_id,grade from sc where exists( select * from course where course_id= and course_name=39。 and =In:select student_id,course_id,grade from sc where course_id in( select course_id from course where course_name=39。 and grade80)10. 查詢所有上計算機基礎(chǔ)課程的學生的學號、選修課程號以及分數(shù)(分別用連接,in和exists實現(xiàn))連接:select sc.* from sc,course where =39。 and grade80) exists:select * from student where exists( select student_id from sc where = and course_id=39。 and 80In:select * from student where student_id in( select student_id from sc where course_id=39。(分別用連接,in和exists實現(xiàn))連接:select student.* from sc,
點擊復制文檔內(nèi)容
研究報告相關(guān)推薦
文庫吧 www.dybbs8.com
備案圖鄂ICP備17016276號-1