1樓:
select student.sid from (select sid,score from sc where cid=1)student ,(select sid,score from sc where cid=2)score
where student.score>score.score and student.sid=score.sid
select student.sid
from ( select sid ,
score
from sc
where cid = 1
) student , --查詢出課程一的成績
( select sid ,
score
from sc
where cid = 2
) score --查詢出課程二的成績
where student.score > score.score --查詢出課程一比課程二高的成績學生id
and student.sid = score.sid; --同一個學生
2樓:匿名使用者
select s1.[sid]
from [sc] s1
inner join [sc] s2 on s1.[sid] = s2.[sid] and s2.
cid = 'a02' and s1.score > s2.score and s1.
cid = 'a01'
急!請教一道資料庫考題
3樓:匿名使用者
1.select 課程.課程名稱,課程.
任課老師 from 學生inner join 成績 on 學生.學號=成績.學號inner join 課程 on 成績.
課程號=課程.課程號where 學生.學號='s3'
2.select 課程號,課程名稱 from 課程 where 任課老師='liu老師'
3.select distinct 學生.姓名 from 學生inner join 成績 on 學生.
學號=成績.學號inner join 課程 on 成績.課程號=課程.
課程號where 學生.性別='女' and 課程.任課老師='liu老師'
4.select 學號,姓名,班級 from 學生where 學號 not in (select 學號 from 成績)
4樓:龍龍
《資料庫系統原理及應用教程》這本書上102頁,參照一下就能寫出來了。自己看看吧
一道關於資料庫的題目
一道化學請教,急,一道化學請教,急 20
三象定盤 高考題中守恆法應用列舉 江蘇省江陰市青陽高階中學 214401 胡先錦 化學反應中存在著一系列的守恆關係,它是化學解題中的一把 金鑰匙 如質量守恆 電子轉移守恆 電荷守恆等。抓住這些守恆關係,將其運用於化學計算,常會使一些化學計算題迅速求解,達到事半功倍的效果。現羅舉數例,加以說明。一 電...
請教一道高數題目,請教一道高數題
包公閻羅 2x 2y z 5 0 當x 0 y 0 z 5 當x 0 z 0 y 5 2 當y 0 z 0 x 5 2 和 xoy平面 a 根號下 x y 根號下 25 4 25 4 5根號下2 2 a b 5 2 5 2 b 5根號下2 4 c 根號下 b 5 15根號下2 4 餘弦 b c 1 ...
請教一道關於細胞核的題目,請教一道有關概率論的題目?
a,細胞內有很多膜結構,他們的主要功能是為酶促反應提供場所,比如線粒體膜上有大量的酶。細胞核內也有大量的酶促反應,比如轉錄,這需要酶的催化,細胞膜可以為酶提供反應的支點,換句話說,這些反應都是在膜結構上,通過酶的催化完成的。c錯在,核孔的確是大分子物質進出細胞核的通道,但是這個大分子物質指的是mrn...