第2章第5题。
1) select sno from spj where jno=’j1’
2) select sno from spj
where jno=’j1’ and pno=’p1’
3) select sno from spj,p
where and jno=’j1’ and color=’红’
4) select distinct jno from spj
where jno not in
select distinct jno from spj,s,p
where and
and city='天津'and color='红')
5) select distinct jno from spj spjx
where not exists(select * from spj spjy
where 's1' and not exists
select * from spj spjz
where
and 第3章第5题。
1) select sname,city from s
2) select pname,color,weight from p
3) select distinct jno from spj where sno= 's1'
4) select pname,qty from spj,p
where and jno= 'j2'
5) select distinct pno from spj ,s
where and city= '上海'
6) select distinct jname from spj,j,s
where
and and '上海'
7) select distinct jno from spj
where jno not in (select distinct jno from spj,s
where and city='天津')
8) update p set color=’蓝’ where color='红'
9) update spj set sno='s3'
where sno='s5' and jno='j4' and pno='p6'
10) delete from spj where sno='s2'
delete from s where sno='s2'
11) insert into spj values ('s2', j6', p4',200)
图书管理关系数据模型练习题答案:
1) select 单位 from 读者 where 姓名=’张平’
2) select 书名,作者 from 图书
where 出版单位=‘人民出版社’
or出版单位=‘科学出版社’
3) select 书名 from 图书
where 单价 between 10 and 15
order by 单价 desc
4) select 姓名,借阅日期 from 读者, 借阅
where 借阅。借书证号=读者。借书证号
5) select 图书。* from 图书,借阅
where 图书。总编号=借阅。总编号 and 单价》20
order by 单价 desc
6) select 图书。* from 图书 where 出版单位=
select 出版单位 from 图书 where 书名=’数据库原理’ )
7) select count(*)from 读者
where 单位=’计算机科学系’ group by 单位。
8) select max(单价), min(单价), **g(单价)
from 图书 group by 出版单位。
9) select 姓名,单位 from 读者
where 借书证号 not in
select distinct 借书证号 from 借阅 )
10) select 姓名,单位 from 图书,读者,借阅
where 图书。总编号=借阅。总编号
and 借阅。借书证号=读者。借书证号
and 书名=’数据结构’
11) select 姓名,单位 from 读者,借阅
where 读者。借书证号=借阅。借书证号。
group by 借阅。借书证号 h**ing count(*)5
12) select 书名,作者 from 图书 where 书名 like ‘数据库%’
13) select 书名 from 图书 where 单价 > all
select 单价 from 图书
where 出版单位=’高等教育出版社’ )
练习答案 会计基础第3章
第三章会计等式与复式记账答案部分 一 单项选择题。正确答案 c 答案解析 资产 负债 所有者权益,是最基本的会计等式,是复式记账 试算平衡法和编制资产负债表的理论基础,在会计核算中占有极其重要的地位。该题针对 收入 费用 利润 会计等式 知识点进行考核 正确答案 b 答案解析 期末资产 期末负债 期...
练习册第3章答案
3.1声音的产生与传播。1.振动2.气体液体固体真空 3.340m s 4.振动空气 5.物体振动液体 6.振动固体 7.振动固体8.固体的传声速度快,声音通过大地传到箭筒,并将声音放大,使士兵听到。9.光速远大于声速 10.680 16.蜡烛的火焰随着橡皮膜的振动一起振动 声音以声波的形式传播。1...
第3章练习题答案
一 选择题。1 在下列 pc 机软件中,不属于文字处理软件的是 d a.word b.adobe acrobat d.coreldraw 2 计算机软件 简称软件 指的是能指挥计算机完成特定任务的 以电子格式存储的程序 数据和相关的文档。在下列有关软件的叙述中,错误的是 b a.软件的版权所有者不一...