1樓:草原上之狼
1)select a.學號,a.成績 from 選修bai a, 課程du b
where a.課程號zhi=b.課程號 and b.課程名='3號' order by a.成績 desc
-- 如果不是dao按課程名查內
,可以不用容連線"課程"表
2) select a.課程號, b.課程名, count(a.學好) from 選修 a, 課程 b
where a.課程號=b.課程號
group by a.課程號, b.課程名3)select b.
姓名 from 選修 a, 學生 bwhere a.學號=b.學號 and a.
成績 > 904)insert into 學生(學號,姓名,性別,年齡,所在系) values ('012508','劉敏','女',18,'計算機')
有乙個學生資料庫,有以下關係模式構成: 學生(學號,姓名,性別,年齡,所在系)
2樓:匿名使用者
1)select a.學號,a.成績 from 選修 a, 課程來自 b
where a.課程號=b.課程號 and b.課程名='3號' order by a.成績 desc
-- 如果不是按課程名查,可以不用連線"課程"表2) select a.課程號, b.課程名, count(a.學好) from 選修 a, 課程 b
where a.課程號=b.課程號
group by a.課程號, b.課程名3)select b.
姓名 from 選修 a, 學生 bwhere a.學號=b.學號 and a.
成績 > 904)insert into 學生(學號,姓名,性別,年齡,所在系) values ('012508','劉敏','女',18,'計算機')
3樓:匿名使用者
1.select 學生bai.學號
,成績du
from 學生,選修,課程
zhiwhere 課程名="3號課dao程" and 學生.學號專=選修.學號 and 選修.課程號屬=課程.課程號
order by 成績
2.select 課程號,count(學號) as 人數from 選修
group by 課程號
3.select 姓名
from 學生,選修,課程
where 學生.學號=選修.學號 and 選修.課程號=課程.課程號 and 課程名="2號課程" and 學分》=90
4.insert into 學生 values ('012508','劉敏','女','18','計算機')
學生資料庫包含如下三個表:student(學號,姓名,性別,年齡,所在系)
4樓:匿名使用者
1select student.姓名,sc.成績from student,course,sc where student.
學號=sc.學號 and course.課號=sc.
課號 and student.性別='女'
2select student.姓名,sc.成績from student,course,sc where student.
學號=sc.學號 and course.課號=sc.
課號 and student.年齡=22 and course.課程名='英語'
3select 姓名,year(getdate())-年齡 as 出生年份 from student where 性別='男'
有「學生課程」資料庫,資料庫中包括表
1.從庫中查詢計算機系選修資料庫基礎與應用的學生的學號 姓名 成績,按學號遞增專排序,存入遊屬標student中,唯讀。2.查詢資訊工程系學生的年齡。3.cover的這個啥沒學過就幫不上忙了 等待高人吧4.貌似 如果讀取的數值為0,則不允許刪除且允許定義新值ps 不是很肯定,你可以再參考下其他人的答...
資料庫查詢,資料庫查詢語句
try this,should be fine select sn,result,ttimefrom select sn,result,ttimefrom tab t1 where not exists select 1 from tab where sn t1.sn and ttime t1.tt...
資料庫是什麼,瑞星的資料庫呢,資料庫是什麼
簡單的說資料庫就是你所需要儲存的資料存放的位址。不明白你最需要的資訊是什麼 樓主您好,單機版瑞星不需要單獨的資料庫,瑞星的查殺公升級等記錄都可以在日誌裡檢視。網路版瑞星需要單獨安裝資料庫。資料庫 是什麼 資料庫 database 是按照資料結構來組織 儲存和管理資料的倉庫 代表區域性變數 資料庫是按...