mysql數據庫的相關練習題及答案

表結構示意圖: 表結構創建語句:  創建相關表   1、自行創建測試數據 2、查詢「生物」課程比「物理」課程成績高的所有學生的學號; select A.student_id,sw,ty from (select student_id,number as sw from score left join course on score.corse_id = course.cid where cours
相關文章
相關標籤/搜索