数据库期末复习资料-数据库判断题题库.doc

上传人:聆听****声音 文档编号:566324 上传时间:2023-04-29 格式:DOC 页数:3 大小:143KB
下载 相关 举报
数据库期末复习资料-数据库判断题题库.doc_第1页
第1页 / 共3页
数据库期末复习资料-数据库判断题题库.doc_第2页
第2页 / 共3页
数据库期末复习资料-数据库判断题题库.doc_第3页
第3页 / 共3页
亲,该文档总共3页,全部预览完了,如果喜欢就下载吧!
下载资源
资源描述

数据库期末复习资料-数据库判断题题库.doc

《数据库期末复习资料-数据库判断题题库.doc》由会员分享,可在线阅读,更多相关《数据库期末复习资料-数据库判断题题库.doc(3页珍藏版)》请在冰点文库上搜索。

数据库期末复习资料-数据库判断题题库.doc

promotionofemployment,formareasonableandorderlypatternofincomedistribution,buildamorefairandsustainablesocialsecuritysystems,medicalandhealthsystemreform.Theplenary,innovationofsocialgovernance,mustfocusonthemaintenanceoffundamentalinterestsoftheoverwhelmingmajorityofthepeople,maximizefactors,enhancesocialdevelopment,improvingsocialgovernance,theinterestsofnationalsecurity,ensurethatthepeopleliveandwork,socialstabilityandorder.  Toimprovesocialgovernance,stimulatingsocialorganization,innovativeandeffectivesystemofpreventingandresolvingsocialconflicts,improvingthepublicsecuritysystem,setuptheNationalSecurityCouncil,nationalsecuritysystemsandnationalsecuritystrategytoensurenationalsecurity.Plenarysession,theconstructionofecologicalcivilization,youmustestablishsystemsofecologicalsystem,usingthesystemtoprotecttheecologicalenvironment.  Toimprovenaturalresourcesassetpropertyrightsystemandusecontrol,redlineofdelimitationofecologicalprotection,resourcespaidusesystemandecologicalcompensationsysteminecologicalenvironmentprotectionmanagementsystemreform.Plenarysession,centeringonbuildingalisteningpartycommand,canwinandhavingafinestyleofthepeople'sarmy,astrongarmyunderthenewsituationofthepartyGoals,restrictingthedevelopmentofnationaldefenseandarmybuildingissolvedoutstandingcontradictionsandproblems,innovationanddevelopmentofmilitarytheory,enhancemilitarystrategicguidance,improvethemilitarystrategyinthenewperiod,buildingamodernmilitaryforcesystemwithChinesecharacteristics.  Todeepentheadjustmentofpersonnelsystemreforminthearmy,militarypolicyandsystemreform,promotethedevelopmentofmilitaryandcivilianintegrationdepth.Plenarysessionstressedthatcomprehensivereformmustbetostrengthenandimprovetheparty'sleadership,givefullplaytothecoreroleofthepartycommandstheoverallsituationandcoordinatingallparties,improvingtheparty'sleadingwater...Margin.ChallengedtheleadershipoftheCommunistPartyofChina,Marxism-LeninismandMaoZedongthoughtbyDengXiao-ping'sflag,replacedbythreerepresentativesandtheharmonicsociety.  TheformerCommunistPartyspiritandsocialcohesionpointofalmostallpoliticalmakeover.Characteristicsofsocialismpublicownershipisshiftingtoprivateownership,plannedregulationandmarketregulation,theproletarianregimecontrolledbytheelite.Ofuniversalequality,fairnessandbasicprinciplesofdistributionsystemissocialistsociety,howeveraftereconomicmonopolizedbypowerful,vestedinterestsgrow,employersdonothavethesamestatus,hardlyseemsfairsocialdistribution.  Statekeyprotectionofcapitalinterestsratherthantheinterestsofcitizens,hadbeenhitsthebottomoftheproletariat

序号

数据库判断题题库(括号内为改正内容)

题目

判断

1

数据是表示信息的具体形式,信息是数据表达的内容。

V

2

在数据库的三级模式结构中内模式可以有多个。

(只有一个)

X

3

数据独立性指数据的存储与应用程序无关,数据存储结构的改变不影响应用程序的正常运行。

V

4

当数据库的存储结构改变了,由数据库管理员对模式/内模式映射作相应改变,可以使模式保持不变,从而保证了数据的物理独立性。

V

5

数据处理是将信息转换成数据的过程。

(数据转换成信息)

X

6

数据库在计算机系统中(不)是以文件方式存储的。

X

7

数据库系统其实就是一个应用软件。

(应用系统)

X

8

三级模式结构也就是从逻辑上对数据库的组织从内到外进行的3个层次描述。

V

9

三级模式间存在三个映射关系。

(二个)

X

10

DBMS不需要操作系统的支持就可以实现其功能。

(需要)

X

11

用二维表来表示实体之间联系的模型称为网状模型。

(关系模型)

X

12

在E-R图中,用来表示属性的图形是椭圆形。

V

13

关系模型是目前最常用的数据模型。

V

14

属性的取值范围称为属性的域。

V

15

同类实体的集合称为实体型。

(实体集)

X

16

关系数据库模型的3个要素分别为数据增加、数据修改、数据查询。

(数据结构,关系操作,完整性约束)

X

17

消除了部分函数依赖的1nf的关系模式必定是2nf。

(反了,应该是3NF>2NF,2NF>1NF)

X

18

数据表的关键字用于唯一标识一个记录,每个表必须具有一个关键字,主关键字(只能)由一个字段组成。

X

19

按照完整性规则,外部关键字应该关联表中的字段值保持一致。

V

20

关系数据库是用树结构来表示实体之间的联系的。

(层次模型)

X

21

关系表中的每一行称作一个元组。

V

22

关系表中的每一列称为属性。

V

23

候选关键字和主关键字不同,不能唯一标识一个记录。

(是唯一的)

X

24

e-r图是由实体、联系和属性3要素组成。

V

25

数据库设计包括两个方面的设计内容,它们是内模式设计和物理设计。

(数据模式设计,应用程序开发)

X

26

在e-r图中,用来表示实体的图形是菱形。

(矩形)

X

27

在e-r图中,用来表示属性的图形是椭圆形。

V

28

SQLServer2000由两个部分组成:

服务器组件和客户端工具。

V

29

企业管理器中只能查看连接的SQLServer服务运行状态,不能停止服务。

X

30

身份验证模式是在安装SQLServer过程中选择的,系统安装之后,可以重新修改SQLServer系统的验证模式。

V

31

查询窗口的编辑器窗口格是一个文本编辑器,可以在这里输入Transact-SQL语句,执行返回的结果集显示在结果窗口。

V

32

数据库通常被划分为用户视图和物理视图。

V

33

tempdb数据库保存所有的临时表和临时关系。

(储存过程)

X

34

数据文件是存放数据和数据库对象的文件,一个数据库只能有一个数据文件。

(还包括一个事务日志文件)

X

35

master数据库记录SQLServer系统的所有系统信息。

V

36

空值不同于空字符串或数值零,通常表示未填写、未知(Unknown)、不可用或将在以后添加的数据。

V

37

SQLServer通过限制列中数据、行中数据和表之间数据来保证数据的完整性。

V

38

每个表至多可定义256列。

(定义102列)

X

39

删除表时,与该表相关联的规则和约束不会被删除。

(约束会被删除)

X

40

如果对行的更新违反了某个约束或规则,或者新值的数据类型与列不兼容,则取消该语句、返回错误并且不更新任何记录。

V

41

在查询分析器中,查询的显示结果也可以保存,并且扩展名为.SQL。

V

42

SELECT语句中的条件可以用WHERE或HAVING引出,但HAVING必须在GROUPBY之后使用。

V

43

SELECT语句中的ORDERBY子句中,如果有多个排序标准,它们之间是用分号分隔,查询结果与排序标准的先后顺序有关。

(逗号)

X

44

SELECT语句中的INTO可以将查询结果保存成表或文本文件。

V

45

SELECT查询数据时,如果使用右连接,则是限制右边表的记录。

(左边)

X

46

一个表的多个属性的组合可以创建多个不同的索引。

V

47

一个表的(一个属性)可以创建成主键索引和非聚集索引。

X

48

非聚集索引不能保证表中索引列的数据的唯一性。

V

49

唯一索引和(聚集索引)都能保证表记录的唯一性。

X

50

创建视图时(不)能使用ORDERBY子句。

X

51

可以在表或(临时表)上创建视图。

X

52

视图是一个虚拟表,并不表示任何物理数据,而只是用来查看数据的窗口而已。

V

53

通过视图可以修改表的属性。

X

54

声明局部变量时不需要指明数据类型。

X

55

变量就是同时可以有多个值的量。

X

56

SELECT和SET都可以为一个局部变量赋值。

(UPDATE)

X

57

在程序中写的注释必须单独占一行。

X

58

在程序设计中,语句块BEGIN…END可有可无。

V

59

删除表时,默认对象也会自动删除。

(默认对象不会自动删除)

X

60

创建规则时,规则表达式可以包括表的列名。

X

61

外键的值(唯一的)标识了表中的一行记录。

X

62

并发性就是两个或两个以上的用户同时对数据执行的操作。

V

63

事务死锁后,不用关机也可以解除死锁。

V

64

一组相同的T-SQL语句可以在查询分析器中执行,也可以保存为存储过程后执行,二者没有区别。

X

65

以“sp_”为前缀的存储过程为系统存储过程,命名本地存储过程的时候,避免使用“sp_”前缀。

V

66

存储过程在每次执行前都需要编译。

X

67

存储过程允许嵌套,即在一个存储过程中可以调用其他存储过程。

X

68

触发器是一种特殊类型的存储过程,可以直接通过名字调用。

X

69

根据函数返回值形式的不同将用户自定义函数分为3种类型。

V

70

使用用户定义函数的方法与使用SQLServer2000内置函数的方法完全相同。

X

71

用户对“学生”表的SELECT权限为禁止,但该用户所属角色具有“学生”表的SELECT权限,则该用户仍可以查询“学生”表数据。

X

72

SQLServer采用了标准SQLServe登录和集成WindowsNT登录两种方式。

V

73

SQLServer管理员不能修改固定数据库角色所具有的权限。

(除了公共角色外)

X

74

DTS服务不能实现对规则、账户对象的传输。

X

75

使用DTS服务,可以将SQLServer中表的数据转换成FlatFile文件。

V

76

分布式查询可以访问来自本机或其他机器上的异类数据源的数据。

V

77

ASP程序既可以在服务器端运行,又可以在客户端运行。

X

78

ASP程序在执行后,其结果在客户端将转化成标准的HTML文件。

X

79

要访问数据库,必须通过ADO中的connection对象建立一个到数据源的连接。

V

80

使用安全模式通过ADO连接到数据库时,不需要输入用户名和密码。

X

过去的一年,对我来说,是一个既紧张又忙碌的一年,是一个不断接受新事物,迎接新挑战的一年,在局党组的领导下,在同志们的帮助下,无论是思想、工作还是作风上都有所进步Obviously,faceChina'sSocialistsystem,theCommunistPartyisnottheparty.Inthatcase,politicalchaoshasbeenverytight.Isremodelingorreconstruction,isacorrectionorastove.Whethertoturnrightorleft,isbacktothesourceorputforwardnewpoliticalideas.  ThisistodeterminetheroadproblemsinChina,isalsothekeyoutofthedeepwaterofthereformoftheeconomicsystem.  After18,thenewCentralcollectiveleadershipattachesgreatimportancetopoliticalorientation.  First,the"Centraleightarticles"asastartingpoint,startingfromtheCentralGovernment'sself-restraint,whichpreachesandpro-image,broughtfreshfeelingtothecommunity.  Secondly,beforereformandopeningupandreformandopeningtwoperiodsafternon-negative,untyingthetangleofthesocietyalongtimeonthisissue.Third,anewgenerationofpartyleadersonvariousoccasionstoMaoZe-DongandMaoZe-Dong'sthoughtofevaluationhasroomformanoeuvre,throughtotherulingideologyofMaoZedongthought,isthecallofthesoultotheSocialistRevolutionandconstruction.Emptytalksjeopardizenationalinterestsandtryagain,isanaffirmationofDengXiao-ping'sreformideas.  ThesestrongpoliticalsignalshowinganewgenerationofpoliticalleadersisstillkeepingtotheSocialistroad.  Fourisrevisitingthe"talkingtoMaoZe-Dong'shistoricalcycleof"highprofileanti-corruptionandtheimportanceoftheConstitution,reorganizationisbadstyleofofficialdom,wastocivilizepeopleobeythelaw,whileimprovingthecolorchangeoftheregimeofvigilance.  Fiveistoreformintodeeperwatersandstressedthattop-leveldesign,thisisareviewonthereformandopeningupinthepast,isalsolookingforawayout.  SixforeignandRussiacloser,theflexibleattitudeontheissueoftheKoreanpeninsula,Sino-JapanesefishinghardlineChinaontheislandoutofthe"patient"andlowprofileshadowbegantograduallyplandevelopment.Signsshowthatthenewleadershipbegantomakealeftturninpolitics.  However,asofrightnow,notonlyideologicalconfusioninthecommunity,thenewleadership'sthinkingismessy.NewleadersbothstressedtheneedtoimplementtheConstitution,stressedtheneedtoturnoffthepowerinacage.AlsostressesthatMaoZedongthoughtcannotbelost,30yearsafterthereformandopeningup30yearsagocannotdenyeachother.Bothadvocatedemocracyandrelease"sevendoesnotspeakof"filesofpoliticalconstraints.NeitherdenythehistoryoftheCPCCentralCommitteeonseveralissues...

Comrades:

todaybringstogethermembers,mainlyinordertoprovideaplatformtoExchangeandlearnfromeachotherinordertofacilitateourwork.Justnow,wefocusontaxation,planningandstability,safety,projectconstruction,typicaltopicssuchasprivatefactspresentationandinteraction,andtownscurrentlyexistinthein-depthanalysisoftheproblemstobesolved,toexplorenewmethodstosolvetheproblem.Itcanbesaidthatsumminguptheachievement,nograndstanding;analysis

展开阅读全文
相关资源
猜你喜欢
相关搜索
资源标签

当前位置:首页 > IT计算机 > 电脑基础知识

copyright@ 2008-2023 冰点文库 网站版权所有

经营许可证编号:鄂ICP备19020893号-2