资源描述:
《计算机专业英语Unit06SectionADatabaseOverview》由会员上传分享,免费在线阅读,更多相关内容在教育资源-天天文库。
1、Unit6DatabaseSectionADatabaseOverview2/45I.IntroductionDatastoragetraditionallyusedindividual,unrelatedfiles,sometimescalledflatfiles.Inthepast,eachapplicationprograminanorganizationuseditsownfile.Inauniversity,forexample,eachdepartmentmighthaveitsownsetoffiles:therecordofficekeptafileabo
2、utthestudentinformationandtheirgrades,thefinancialaidofficekeptitsownfileaboutstudentsthatneededfinancialaidtocontinuetheireducation,一、引言数据存储传统上是使用单独的没有联系的文件,这些文件有时称为平面文件。在过去,一个机构中的每个应用程序都使用自己的文件。例如,在一个大学中,每个部门都可能有其自己的文件集:档案办公室保存着关于学生信息和学生成绩的文件;经济资助办公室保存着其自己的关于需要经济资助以继续学业的学生的文件;3/45I.Intro
3、ductiontheschedulingofficekeptthenamesoftheprofessorsandthecoursestheywereteaching,thepayrolldepartmentkeptitsownfileaboutthewholestaff(includingprofessors),andsoon.Today,however,alloftheseflatfilescanbecombinedinasingleentity,thedatabaseforthewholeuniversity.调度办公室保存着教授的姓名和他们所教的课程;工薪发放部门保存
4、着其自己的关于全体教职员工(包括教授)的文件,等等。然而,所有这些平面文件今天都可结合成一个实体——供整个大学使用的数据库。4/45I.IntroductionAlthoughitisdifficulttogiveauniversallyagreeddefinitionofadatabase,weusethefollowingcommondefinition:adatabaseisacollectionofrelated,logically,coherentdatausedbytheapplicationprogramsinanorganization.虽然难以给出一个普遍
5、接受的数据库定义,但我们使用下面常见的定义:一个数据库是被一个机构内的应用程序所使用的具有逻辑相干性的相关数据的集合。adj.,粘在一起的,一致的,连贯的acoherentessay.一篇条理分明的文章5/45Ⅱ.DatabaseManagementSystemsAdatabasemanagementsystem(DBMS)defines,creates,andmaintainsadatabase.TheDBMSalsoallowscontrolledaccesstodatainthedatabase.ADBMSisacombinationoffivecomponents:
6、hardware,software,data,users,andprocedures.数据库管理系统定义、创建和维护数据库。数据库管理系统也允许对数据库中的数据进行受控的访问。一个数据库管理系统由5个组成部分构成:硬件、软件、数据、用户和规程。6/45Ⅱ.DatabaseManagementSystems1.HardwareThehardwareisthephysicalcomputersystemthatallowsaccesstodata.Forexample,theterminals,harddisk,maincomputerandworkstationsarecon
7、sideredpartofthehardwareinaDBMS.1、硬件硬件是指允许访问数据的计算机物理系统。例如,终端、硬盘、主机和工作站被认为是数据库管理系统的硬件组成部分。7/45Ⅱ.DatabaseManagementSystems2.SoftwareThesoftwareistheactualprogramthatallowsuserstoaccess,maintain,andupdatedata.Inaddition,thesoftwarecontrolswhichusercanaccesswhichp