分站导航

热点关注

当前位置:

首页 > 专业大全

北大“数据库原理”上机实践题目总结(2)

来源:本站整理 时间:2020-02-13 15:56:12

答案:4_2(需另建一个临时表:cc.dbf 属性为: cname ,sum,cxi )

clear 例如: 高数 1 物理

set talk off

use cc

index on teacher to liu

total on teacher to yu fields 课程数

use yu

list off

use cc

sum 课程数 to a

?“课程总数:”

?? str(a)

答案:4_3

clear

set talk off

select sname,cname,grade;

from s,sc,c1;

where s.sno=sc.sno and c1.cno=sc.cno and c1.cno='1000';

order by sc.grade desc

set talk on

答案:4_4

clear

set talk off

select s.sno,s.sname,c1.cname,sc.grade;

from s,c1,sc;

where s.sno=sc.sno and c1.cno=sc.cno;

and s.age in(select age;

from s;

where sname='古天乐')

set talk on

分享:

qq好友分享 QQ空间分享 新浪微博分享 微信分享 更多分享方式

上一篇:<上一篇

下一篇:

(c)2024 www.diying.com All Rights Reserved SiteMap 联系我们 | 豫ICP备2022007582号