1樓:匿名使用者
select * from course
select sname,sage from student where sdept = '計算機系'
select * from sc where 70 <= grade and grade =>80
select sname,sage from student where sdept = '計算機系' and s***='男'
。。。。
2樓:被減速的飛機
自己看手冊把,都很簡單的,題太多,不好回答,,
3樓:匿名使用者
老師留的作業嗎?為你好,自己做吧。
sql命令 「學生」資料庫中有 「學生表」、「課程表」和 「成績表」。 「學生表」中包含學號、姓名
設在學生資料庫中有三張表,表結構如下所示: student(學生表): student表的主鍵:sno(學號) course(課程
4樓:匿名使用者
(1) create table s_c
(sno char(10) not null
,cno char(8) not null
,score int null
,constraint pk_sc primary key (sno,cno)
)(2)insert into student (sno,sname,s***)
values('1010','李小麗','女')
(3)create index ind_cname on course (cname)
(4)update student set sage=23 where sno='1005'
(5)delete from course where cname='管理資訊系統'
(6)select cno,cname,ctime
from course
where teacher='李元'
order by cno asc
(7)select sno,sum(score) as score
from s_c
group by sno
(8)create view v_student
asselect *
from student
where s***='男' and sage>=18 and sage<=24
(9)select sno,sname
from student
where sno in (select sno from s_c where cno='001')
(10)select a.sno,a.sname
from student a
left join s_c b on a.sno=b.sno
left join course c on b.cno=c.cno
where c.cname='關聯式資料庫'
(11)select sno,sname from
(select a.sno,a.sname,count(1) as count_
from student a
left join s_c b on a.sno=b.sno
group by a.sno,a.sname) a
where count_>3
(12)select c.sname
from
(select * from s_c where cno='002') a
inner join
(select * from s_c where cno='004' on) b on a.sno=b.sno
left join student c on a.sno=c.sno
交朋友有原則嗎?大神們幫幫忙
當然了啊 做人就需要有原則的 坦誠就可以了 作為人,應該有自己的原則,無論是處事原則或者是生活原則,是存在的,所以在交朋友的時候根據自己的原則會產生交往不同的朋友,有些人可能跟我成為朋友,因為我們有相同的原則,同樣,可能你的原則的朋友不是我的,所以,是需要原則的 至於具體原則,因人而異,每個人都不同...
游泳對人有什麼好處大神們幫幫忙
喜歡游泳的女生,他們的身材都很好.游泳有百利無一害,強身健體,增加肺活量,抵禦寒冷,護膚,增強抵抗力,很多,其實,對每個人的好處都不同,當自己親身體驗 感受過,才是最好的,不如去試試,然後,就知道咯!可以 不開心時游泳也可以調節心情 最起碼能強身健體,還能 啊!總之好處多的是!還可以治病,游水對高血...
有什麼方法治療失眠?大神們幫幫忙
有哪些解決失眠的小竅門?和他 m 在一起 就能不失眠求採納 有什麼 失眠的方法?大神們幫幫忙 比較普遍的 失眠的常用方法有 1.吃藥改善睡眠狀態,這些藥物以鎮靜作用為主,病人服藥期間暫時有效,但停藥後易 長期服藥又會產生藥物依賴性,不得不加大劑量,損害身體的同時,最終導致藥物在患者身上的完全失效 2...