青青 发表于 2016-6-1 01:39:47

吉林大学网院数据库原理及应用(管理类)机考

数据库原理及应用(管理类)机考

一、单选题:
1.在关系代数的专门关系运算中,从表中取出满足条件的属性的操作称为。          (满分:2)
    A、选择
    B、投影
    C、连接
    D、扫描

2.关系数据模型中,称为关系模式。          (满分:2)
    A、记录
    B、元组
    C、记录类型
    D、元组集

3.数据库是在计算机系统中按照一定的数据模型组织、存储和应用的          (满分:2)
    A、文件的集合
    B、数据的集合
    C、命令的集合
    D、程序的集合

4.数据库系统中的数据模型通常由()三部分组成          (满分:2)
    A、数据结构.数据操作和完整性约束
    B、数据定义.数据操作和安全性约束
    C、数据结构.数据管理和数据保护
    D、数据定义.数据管理和运行控制

5.下列不属于需求分析阶段工作的是:()。          (满分:2)
    A、建立E-R图
    B、分析用户活动
    C、建立数据字典
    D、建立数据流图

6.在语言中,数值函数(列名)用于()          (满分:2)
    A、计算元组个数
    B、计算属性的个数
    C、对一列中的非空值计算个数
    D、对一列中的非空值和空值计算个数

7.数据模型的三个要素分别是()。          (满分:2)
    A、实体完整性、参照完整性、用户自定义完整性
    B、数据结构、关系操作、完整性约束
    C、数据结构、实体完整性、参照完整性
    D、实体完整性、参照完整性、关系操作

8.有三个表即学生表、课程表和学生选课表,它们的结构如下:,,,,,,,其中:为学号,为姓名,为性别,为年龄,为系别,为课程号,为课程名,为成绩。检索选修课程“”的学生中成绩最高的学生的学号。正确的语句是。          (满分:2)
    A、SELECT S#FORM SC WHERE C#=“C2”AND GRAD>=(SELECT GRADE FORM SCWHERE C#=“C2”)
    B、SELECT S#FORM SCWHERE C#=“C2”AND GRADE IN(SELECT GRADE FORM SCWHERE C#=“C2”)
    C、SELECT S#FORM SCWHERE C#=“C2”AND GRADE NOT IN(SELECT GRADE FORM SCWHERE C#=“C2”)
    D、SELECT S#FORM SCWHERE C#=“C2”AND GRADE>=ALL(SELECT GRADE FORM SCWHERE C#=“C2”)

9.关系数据库用来表示实体之间的联系          (满分:2)
    A、层次模型
    B、网状模型
    C、指针链
    D、表格数据

10.条件子句工资(工资职工部门号)的含义为()。          (满分:2)
    A、比1号部门中某个职工的工资高
    B、比1号部门中所有职工的工资都高
    C、比1号部门中所有职工的工资总和高
    D、无法比较,返回错误信息

11.数据库系统的特点是、数据独立、减少数据冗余、避免数据不一致和加强了数据保护。          (满分:2)
    A、数据共享
    B、数据存储
    C、数据应用
    D、数据保密

12.下面的选项不是关系数据库基本特征的是()。          (满分:2)
    A、不同的列应有不同的数据类型
    B、不同的列应有不同的列名
    C、与行的次序无关
    D、与列的次序无关

13.在关系数据库中,表是三级模式结构中的()          (满分:2)
    A、外模式
    B、模式
    C、存储模式
    D、内模式

14.已知关系和如下表所示:试对和进行交运算,其结果的元组数应是()          (满分:2)
    A、0
    B、1
    C、4
    D、6

15.设有关系模式,,,,,,其中各属性的含义是:为课程,为教师,为学生,为成绩,为时间,为教室,根据定义有如下函数依赖集:=→,,→,,→,,→,,→若将关系模式分解为个关系模式,,,,,,,,,的规范化程度最高达到。          (满分:2)
    A、1NF
    B、2NF
    C、3NF
    D、BCNF

16.数据库系统由数据库、和硬件等组成。          (满分:2)
    A、操作系统
    B、文件系统
    C、编译系统
    D、数据库管理系统

17.图中的联系可以与实体有关。          (满分:2)
    A、0个
    B、1个
    C、1个或多个
    D、多个

18.在下面给出的内容中,不属于职责的是          (满分:2)
    A、定义概念模式
    B、修改模式结构
    C、编写应用程序
    D、编写完整性规则

19.索引项的顺序与表中记录的物理顺序一致的索引,称之为。          (满分:2)
    A、复合索引
    B、唯一性索引
    C、聚簇索引
    D、非聚簇索引

20.在的语句中,实现投影操作的是哪个句?          (满分:2)
    A、SELECT
    B、FROM
    C、WHERE
    D、ORDER BY

21.能对数据进行查询、插入、删除和修改基本操作由()功能提供。          (满分:2)
    A、数据定义
    B、数据库的建立和维护
    C、数据操纵
    D、数据库的运行管理

22.设有关系工号,姓名,工种,定额,将其规范化到第三范式正确的答案是。          (满分:2)
    A、W1(工号,姓名),W2(工种,定额)
    B、W1(工号,工种,定额)W2(工号,姓名)
    C、W1(工号,姓名,工种)w2(工号,定额)
    D、以上都不对

23.数据库系统的最大优势是。          (满分:2)
    A、数据的三级模式和二级映像
    B、数据共享性
    C、数据的结构化
    D、数据独立性

24.关系模式中,满足的模式,。          (满分:2)
    A、可能是1NF
    B、必定是1NF
    C、必定是3NF
    D、必定是BCNF

25.设关系(,,)和(,),与自然连接等价的关系代数表达式是()          (满分:2)
    A、<span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    &sigma;(</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR.A=S.A</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    )(</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    &times;</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USS</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    )</span>
    B、<span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    (等值连接</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-US1=1</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    )</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USS</span>
    C、<span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    &prod;</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USB,C,S.A,D</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    (&sigma;</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR.A=S.A</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    (</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    &times;</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USS</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    ))</span>
    D、<span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    &prod;</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    ,</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USA</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    ,</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USB.C</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    ,</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USD</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    (</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USR</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    &times;</span><span style=\"font-size: 10.5pt;font-family: &quot;Times New Roman&quot;,&quot;serif&quot;;   \" lang=\"EN-USS</span><span style=\"font-size: 10.5pt;font-family: 宋体; mso-ascii-font-family: &quot;Times New Roman&quot;; mso-hansi-font-family: &quot;Times New Roman&quot;; mso-bidi-font-family: &quot;Times New Roman&quot;;    )</span>

26.下列语句中,插入数据的语句是。          (满分:2)
    A、ALTER
    B、CREATE
    C、UPDATE
    D、INSERT

27.在关系数据模型中,通常可以把称为属性。          (满分:2)
    A、记录
    B、基本表
    C、模式
    D、字段

28.在关系模式中,若其函数依赖集中所有候选码都是决定因素,则最高范式是。          (满分:2)
    A、2NF
    B、3NF
    C、4NF
    D、BCNF

29.如果表中的一条记录与表中的多条记录相匹配,而表中的一条记录只能与表中的一条记录相匹配,则表与表存在的关系是:()          (满分:2)
    A、一对一
    B、一对多
    C、多对一
    D、多对多

30.要保证数据库逻辑数据独立性,需要修改的是()。          (满分:2)
    A、模式
    B、模式与内模式的映射
    C、模式与外模式的映射
    D、数据库

31.一个数据库系统必须能够表示实体和关系,关系可与实体有关。          (满分:2)
    A、0个
    B、1个
    C、2个或2个以上
    D、1个或1个以上

32.语言是()语言,容易学习。          (满分:2)
    A、过程化
    B、非过程化
    C、格式化
    D、导航式

33.关系模型中的关系模式至少是。          (满分:2)
    A、1NF
    B、2NF
    C、3NF
    D、BCNF

34.应用数据库的主要目的是为了          (满分:2)
    A、解决保密问题
    B、解决数据完整性问题
    C、共享数据问题
    D、解决数据量大的问题

35.可以减少相同数据重复存储的现象。          (满分:2)
    A、记录
    B、字段
    C、文件
    D、数据库

36.关系模式中,满足的模式,。          (满分:2)
    A、可能是1NF
    B、必定是2NF
    C、必定是3NF
    D、必定是BCNF

37.如果关系模式中的每一个非主属性既不部分依赖与不传递依赖于码,则称这个关系模式属于。          (满分:2)
    A、第一范式
    B、第二范式
    C、第三范式
    D、BC范式

38.关系数据库中的码是指。          (满分:2)
    A、能惟一决定关系的字段
    B、不可改动的专用保留字
    C、关键的很重要的字段
    D、能惟一标识元组的属性或属性集合

39.数据库物理设计完成后,进入数据库实施阶段,下列各项中不属于实施阶段的工作是。          (满分:2)
    A、建立库结构
    B、扩充功能
    C、加载数据
    D、系统调试

40.在设计学生信息表时,对于其字段“学生简历”,要求填写从高中到现在的情况,一般长度大于个字符,请问应该选择那种数据类型:()          (满分:2)
    A、文本型
    B、备注型
    C、数字型
    D、日期/时间型

41.在数据库设计中,将图转换成关系数据模型的过程属于()          (满分:2)
    A、需求分析阶段
    B、逻辑设计阶段
    C、概念设计阶段
    D、物理设计阶段

42.下列四项中,不属于数据库特点的是()。          (满分:2)
    A、数据共享
    B、数据完整性
    C、数据冗余很高
    D、数据独立性高

43.如图所示,两个关系和,它们进行运算后得到。          (满分:2)
    A、交
    B、并
    C、笛卡尔积
    D、连接

44.设有关系模式,,,,,,其中各属性的含义是:为课程,为教师,为学生,为成绩,为时间,为教室,根据定义有如下函数依赖集:=→,,→,,→,,→,,→的规范化程度最高达到。          (满分:2)
    A、1NF
    B、2NF
    C、3NF
    D、BCNF

45.在数据库中存储的是。          (满分:2)
    A、数据
    B、数据模型
    C、数据以及数据之间的联系
    D、信息

46.若用如下的语句创建一个表:,,,可以插入到表中的是。          (满分:2)
    A、(‘1031’,‘曾华’,男,23)
    B、(‘1031’,‘曾华’,NULL,NULL)
    C、(NULL,‘曾华’,‘男’,‘23’)
    D、(‘1031’,NULL,‘男’,23)

47.关系规范化中的删除操作异常是指。          (满分:2)
    A、不该删除的数据被删除
    B、不该插入的数据被插入
    C、应该删除的数据未被删除
    D、应该插入的数据未被插入

48.表的组成内容包括:()          (满分:2)
    A、查询和字段
    B、字段和记录
    C、记录和窗体
    D、报表和字段

49.有三个表即学生表、课程表和学生选课表,它们的结构如下:,,,,,,,其中:为学号,为姓名,为性别,为年龄,为系别,为课程号,为课程名,为成绩。检索学生姓名及其所选修课程的课程号和成绩。正确的语句是。          (满分:2)
    A、SELECT S</span>.SN</span>,SC</span>.C#</span>,SC</span>.GRADE</span> FROM S</span> WHERE S</span>.S#=SC</span>.S#</span>
    B、SELECT S</span>.SN</span>,SC</span>.C#</span>,SC</span>.GRADE</span> FROM SC</span> WHERE S</span>.S#</span>=SC</span>.GRADE</span>
    C、SELECT S</span>.SN</span>,SC</span>.C#</span>,SC</span>.GRADE</span> FROM S</span>,SC</span> WHERE S</span>.S#=SC</span>.S#</span>
    D、SELECT S</span>.SN</span>,SC</span>.C#</span>,SC</span>.GRADE</span> FROM S</span>.SC</span>

50.数据库系统是由组成。          (满分:2)
    A、数据库管理系统、应用程序系统、数据库
    B、数据库管理系统、数据库管理员、数据库
    C、数据库系统、应用程序系统、用户
    D、数据库管理系统、数据库、用户

页: [1]
查看完整版本: 吉林大学网院数据库原理及应用(管理类)机考