- 1、本文档共77页,可阅读全部内容。
- 2、有哪些信誉好的足球投注网站(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。
- 3、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 4、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
查看更多
数据库原理(双语)-Chapter01
5. End Users End-users can be classified into naive users and sophisticated users (最终用户包括普通用户和熟练用户). Naive users need to know nothing about DB or DBMS (普通用户无需知道数据库和DBMS的任何知识). They access DB through app programs by choosing options from a menu (他们通过选择应用程序界面上的菜单选项来存取数据库). E.g., the checkout assistant at a supermarket uses a bar code reader to find out the price of an item (例如:表面上看:是收银员利用条码阅读器来查询商品价格). However, there is an app program that (实际上是通过执行下列操作的应用程序来实现的): reads the bar code (读条码), looks up the price of the item in the database (在数据库中查询相应商品的价格), reduces the stock number of such items in DB (减少相应商品的库存量), displays the price (显示价格). 5. End Users End-users can be classified into naive users and sophisticated users (最终用户包括普通用户和熟练用户). Sophisticated users are familiar with the DB structure and the DBMS facilities (熟练用户熟悉数据库结构和DBMS工具). They may use query language such as SQL to perform the required operations (他们可以用查询语言来执行所需的操作). Some of them may even write their own app programs (甚至可以自己编写所需的程序). Chapter 1 Introduction to Databases(数据库概述) 1.1 Introduction 1.2 Traditional File-Based Systems 1.3 DB Approach(方法) 1.4 Roles in the DB Environment 1.5 History of DBMSs 1.6 Advantages Disadvantages of DBMSs 1.5 History of DBMSs 层次模型:Hierarchical model 网状模型:Network model 关系模型:Relational model 40年代 计算机出现,主要用于科学计算(数据量小、结构简单) 50年代 企业开始使用计算机进行数据处理。由于数据量大、结构复杂,需要有效的数据管理技术,出现了文件系统 60年代中期 更大,更复杂,对文件系统进行扩充: 早期的数据库系统。 60年代末 70年代初 数据量更大,结构更复杂,为了有效地管理数据,出现了层次模型(IBM的IMS),网状模型(DBTG报告)和关系模型(E.F.Codd)——标志着数据库时代的到来:层次和网状DBMS被称为第一代DBMS 70年代中后期 数据库技术蓬勃发展,出现大量系统,发表大量论文 80年代 关系数据库取代的层次和网状数据库,占统治地位(关系DBMS被称为第二代DBMS) 80年代末 到现在 为适应越来越复杂的数据库应用程序的要求,出现了两种新的数据库系统:面向对象DBMS(OODBMS)和对象关系DBMS(ORDBMS)-第三代DBMS NEXT 1.5 History of DBMSs In 1940s, computer was invented and mainly used in scientific computing (40年代, 计算机出现, 主要用于科学计算). As data set was small and its structure simple, data was often defined, stored and managed in program (由于数据量小、结构简单, 数据常常在程序中定义、存储和管理). In 1950s, organizations
文档评论(0)