北京电大数据库复习题小抄_第1页
北京电大数据库复习题小抄_第2页
北京电大数据库复习题小抄_第3页
北京电大数据库复习题小抄_第4页
北京电大数据库复习题小抄_第5页
已阅读5页,还剩13页未读 继续免费阅读

下载本文档

版权说明:本文档由用户提供并上传,收益归属内容提供方,若内容存在侵权,请进行举报或认领

文档简介

1、自检自测5 单选题:(共26道试题,每题2分)1、在数据库的三级模式结构中,模式有( ) a1个 b2个 c3个 d多个 参考答案:a 2、数据库系统的核心是( ) a数据库管理系统 b数据库 c数据 d数据库应用系统 参考答案:a 3、如果一个班只能有一个班长,而且一个班长不能同时担任其他班的班长,班级和班长两个实体之间的关系属于( ) a一对一联系 b一对二联系 c多对多联系 d一对多联系 参考答案:a4、域是实体中相应属性的 ( ) a取值范围 b值 c名称 d描述 参考答案:a 5、把保存关系定义的关系称为对应数据库的( ) a一般关系 b元关系 c特定关系 d正常关系 参考答案:b

2、6、设一个关系a具有a1个属性和a2个元组,关系b具有b1个属性和b2个元组,则关系ab具有的元组个数为( ) aa1+b1 ba2b2 ca1+b2 dd. a2b1 参考答案:b7、在一个关系r中,若x能够函数决定关系r中的每个属性,并且x的任何真子集都不能函数决定r中的每个属性,则称x为关系r的一个( ) a候选码 b外码 c超码 d属性组 参考答案:a 8、在一个关系r中,若存在xy和xz,则存在x(y,z),称此为函数依赖的( )规则。 a传递性 b分解性 c合并性 d增广性 参考答案:c 9、候选码中的属性称为( ) a非主属性. b主属性 c复合属性 d关键属性 参考答案:b10

3、、在sql的查询语句中,group by选项实现( )功能。 a排序 b求和 c查找 d分组统计 参考答案:d 11、行插入和修改记录的命令为( )。 ainsert和delete bupdate和delete cdelete和select dinsert和update 参考答案:d 12、sql语言是下面选项中的哪种数据库语言。( ) a层次数据库 b网络数据库 c关系数据库 d对象数据库 参考答案:c 13、如果要查询公司员工的平均收入,则使用以下哪个聚合函数?( ) asum( ) b.abc( ) ccount( ) . davg( ) 考答案:d 14、若要删除数据库中已经存在的表s

4、,可用以下哪个命令( )。 adelete table s bdelete s cdrop table s ddrop s 参考答案:c 15、查询员工工资信息时,结果按工资降序排列,正确的是( )。 aorder by 工资 border by 工资 desc corder by 工资 asc dorder by 工资 distinct 参考答案:b16、e-r图是数据库设计的工具之一,它适用于建立数据库的哪个模型。( ) a概念模型 b逻辑模型 c结构模型 d物理模型 参考答案:b 17、access数据库文件的扩展名是 ( )。 adbf bdbt cmdf dmdb 参考答案:d 18

5、、access数据库中的“一对多”指的是( ) a一条记录可以与不同表中的多条记录相关 b一个字段可以有许多输入项 c一个表可以有多个记录 d一个数据库可以有多个表 参考答案:a 19、如果某一字段数据类型为文本型,字段大小为8,该字段中最多可输入( )个汉字。 a8 b4 c16 d32 参考答案:b 20、下列( )图标是access中新建报表的标志。 a b c d 参考答案:d 21、open form的操作打开( ) a表 b窗体 c报表 d查询 参考答案:b 22、microsoft 公司的sql server 2000 数据库管理系统一般只能运行在( )。 awindows 平台

6、 bunix平台 clinx平台 dnetware 平台参考答案:a 23、当一条select语句访问一张大表里的有限几行数据时,sql server2000 通常会( )。 a为数据加上页级锁 b为数据加上行级锁 c需要用户的干涉和参与 d使用户独占数据库 参考答案:b 24、 sql server提供的单行注释语句是使用( )开始的一行内容。 a“/*” b“-” c“” d“/” 参考答案:b 25、属于事务控制的语句是( )。 abegin tran、commit、rollback bbegin、continue、end ccreate tran、commit、rollback dbe

7、gin tran、continue、end 参考答案:a 26、sql server2000中引用全局变量时,必须以标记符( )开头。 a b? c.& d* 参考答案:a判断题:(共24题 每题2分)1、在文件管理阶段,文件之间是相互联系的,在数据库管理阶段,文件之间是相互独立的。 正确 错误 参考答案:错误 2、主码是一种候选码码,主码中的属性个数没有限制。 正确 错误参考答案:正确 3、在文件系统中,不容易做到数据共享,而在数据库系统中,容易做到数据共享。 正确 错误 参考答案:正确 4、同一个关系模型中可以出现值完全相同的两个元组。 正确 错误 参考答案:错误 5、建立数据库中的表时,

8、将年龄字段值限制在1825岁之间。这种约束属于参照完整性约束。 正确 错误 参考答案:错误 6、设一个学生关系为s(学生号,姓名),课程关系为c(课程号,课程名),选课关系为x(学生号,课程号,成绩),求出所有选课的学生信息的运算表达式为学生号(x)与s的自然连接。 正确 错误参考答案:正确 7、在一个关系r中,若存在“学号系号,系号系主任”,则学号不能函数决定系主任。 正确 错误参考答案:错误 8、若一个关系的任何非主属性都不部分依赖任何候选码,则称该关系达到第三范式。 正确 错误 参考答案:错误 9、sql是高度 非过程化 和面向集合操作的语言。 正确 错误参考答案:正确 10、数据库的内

9、模式和模式都可以有多个。 正确 错误参考答案:错误 11、在sql语句中,删除数据库的命令是delete database。 正确 错误 参考答案:错误 12、在select语句中,如果要过滤结果集中的重复行,可以在字段列表前面加上distinct。 正确 错误 参考答案:正确 13、 在sql查询中,可以用通配符“_”表示某单个字符。 正确 错误 参考答案:正确 14、需求说明书是系统总体设计方案,是开发单位与用户单位共同协商达成的文档。 正确 错误 参考答案:正确 15、access支持一种特殊类型的总计查询,叫做交叉表查询。利用该查询,你可以在类似电子表格的格式中查看计算值。 正确 错误

10、参考答案:正确 16、操作查询是指在一个操作中只能更改一条记录的查询。 正确 错误 参考答案:错误 17、报表主要是用来输入数据的。 正确 错误参考答案:错误 18、在access中模块分为类模块 和 标准模块两种类型。 正确 错误参考答案:正确 19、标准模块包含通用过程和常用过程两个过程。 正确 错误参考答案:正确 20、任何数据类型的字段都可以建立索引以提高数据检索效率。 正确 错误 参考答案:错误21、当建立和删除视图时,对应的基本表没有影响。 正确 错误参考答案:正确 22、sql server2000是运行在windows操作系统平台上的、逻辑模型为层次型的数据库管理 正确 错误参

11、考答案:错误 23、sql server2000的版本系列只包括企业版、开发版和评估版。 正确 错误 参考答案:错误 24、sql server2000与windows 2000等操作系统完全集成,可以使用操作系统的用户和域账号作为数据库的注册(登录)账号。( )( )( )() 正确 错误参考答案:正确if we dont do that it will go on and go on. we have to stop it; we need the courage to do it.his comments came hours after fifa vice-president jeff

12、rey webb - also in london for the fas celebrations - said he wanted to meet ivory coast international toure to discuss his complaint.cska general director roman babaev says the matter has been exaggerated by the ivorian and the british media.blatter, 77, said: it has been decided by the fifa congres

13、s that it is a nonsense for racism to be dealt with with fines. you can always find money from somebody to pay them.it is a nonsense to have matches played without spectators because it is against the spirit of football and against the visiting team. it is all nonsense.we can do something better to

14、fight racism and discrimination.this is one of the villains we have today in our game. but it is only with harsh sanctions that racism and discrimination can be washed out of football.the (lack of) air up there watch mcayman islands-based webb, the head of fifas anti-racism taskforce, is in london f

15、or the football associations 150th anniversary celebrations and will attend citys premier league match at chelsea on sunday.i am going to be at the match tomorrow and i have asked to meet yaya toure, he told bbc sport.for me its about how he felt and i would like to speak to him first to find out wh

16、at his experience was.uefa hasopened disciplinary proceedings against cskafor the racist behaviour of their fans duringcitys 2-1 win.michel platini, president of european footballs governing body, has also ordered an immediate investigation into the referees actions.cska said they were surprised and

17、 disappointed by toures complaint. in a statement the russian side added: we found no racist insults from fans of cska.baumgartner the disappointing news: mission aborted.the supersonic descent could happen as early as sunda.the weather plays an important role in this mission. starting at the ground

18、, conditions have to be very calm - winds less than 2 mph, with no precipitation or humidity and limited cloud cover. the balloon, with capsule attached, will move through the lower level of the atmosphere (the troposphere) where our day-to-day weather lives. it will climb higher than the tip of mou

19、nt everest (5.5 miles/8.85 kilometers), drifting even higher than the cruising altitude of commercial airliners (5.6 miles/9.17 kilometers) and into the stratosphere. as he crosses the boundary layer (called the tropopause),e can expect a lot of turbulence.the balloon will slowly drift to the edge o

20、f space at 120,000 feet ( then, i would assume, he will slowly step out onto something resembling an olympic diving platform.below, the earth becomes the concrete bottom of a swimming pool that he wants to land on, but not too hard. still, hell be traveling fast, so despite the distance, it will not

21、 be like diving into the deep end of a pool. it will be like he is diving into the shallow end.skydiver preps for the big jumpwhen he jumps, he is expected to reach the speed of sound - 690 mph (1,110 kph) - in less than 40 seconds. like hitting the top of the water, he will begin to slow as he approaches the more dense air closer to earth. but this will not be enough t

温馨提示

  • 1. 本站所有资源如无特殊说明,都需要本地电脑安装OFFICE2007和PDF阅读器。图纸软件为CAD,CAXA,PROE,UG,SolidWorks等.压缩文件请下载最新的WinRAR软件解压。
  • 2. 本站的文档不包含任何第三方提供的附件图纸等,如果需要附件,请联系上传者。文件的所有权益归上传用户所有。
  • 3. 本站RAR压缩包中若带图纸,网页内容里面会有图纸预览,若没有图纸预览就没有图纸。
  • 4. 未经权益所有人同意不得将文件中的内容挪作商业或盈利用途。
  • 5. 人人文库网仅提供信息存储空间,仅对用户上传内容的表现方式做保护处理,对用户上传分享的文档内容本身不做任何修改或编辑,并不能对任何下载内容负责。
  • 6. 下载文件中如有侵权或不适当内容,请与我们联系,我们立即纠正。
  • 7. 本站不保证下载资源的准确性、安全性和完整性, 同时也不承担用户因使用这些下载资源对自己和他人造成任何形式的伤害或损失。

评论

0/150

提交评论