数据库系统------(外文翻译).doc

约8页DOC格式手机打开展开

数据库系统------(外文翻译),12-1 data base management systems you know that a database is a collection of logically related data elements that may be structured in various ways to meet the...
编号:8-212211大小:50.00K
分类: 论文>外文翻译

内容介绍

此文档由会员 wanli1988go 发布

12-1 DATA BASE MANAGEMENT SYSTEMS
You know that a database is a collection of logically related data elements that may be structured in various ways to meet the multiple processing and retrieva l needs of organizations and individuals. There's nothing new about data bases-early ones were chiseled in stone, penned on scrolls, and written on index cards. But now databases are commonly recorded on magnetizeable media, and computer programs are required to perform the necessary storage and retrieva l operations.
You'll see in the following pages that complex data relationships and linkages may be found in all but the simplest databases. The system software package that handles the difficult tasks associated with creating, accessing, and maintaining data base records is called a data base management system (DBMS). The programs in a DBMS package establish an interface between the database itself and the users of the database. (These users may be applications programmers, managers and others with information needs, and various OS program.)
A DBMS can organize, process, and present selected data elements from the database. This capability enables decision makers to search, probe, and query data base contents in order to extract answers to nonrecurring and unplanned questions that aren't available in regular reports. These questions might initially be vague and/or poorly defined, but people can "browse" through the database until they have the needed information. In short, the DBMS will "manage" the stored data items and assemble the needed items from the common database in response to the queries of those who aren't programmers. In a file -oriented system, users needing special information may communicate their needs to a programmer, who, when time permits, will write one or more programs to extract the data and prepare the information. The availability of a DBMS, however, offers users a much faster alternative communications path



12-1 数据库管理系统(DBMS)
众所周知,数据库是逻辑上相关的数据元的集合。这些数据元可以按不同的结构组织起来,以满足单位和个人的多种处理和检索的需要。数据库本身不是什么新鲜事——早期的数据库凿在石头上,记在名册上,以及写入索引卡中。而现在,数据库普遍记录在可磁化的介质上,并且需要用计算机程序来执行必需的存储和检索操作。
在后文中你将看到除了最简单的以外,所有数据库中都有复杂的数据关系及其链接。处理与创建、访问以及维护数据库记录有关的复杂任务的系统软件包叫作数据库管理系统(DBMS)。DBMS软件包中的程序在数据库及其用户间建立了接口(这些用户可以是应用程序员、管理员以及其他需要信息和各种操作系统的人员)。
DBMS可组织、处理和显示从数据库中选择的数据元。该功能使决策者可以搜索、试探和查询数据库的内容,从而对在正式报告中没有的、不再出现的且无计划的问题作出回答。这些问题最初可能是模糊的并且/或者是定义不清的,但是人们可以浏览数据库直到获得问题的答案。简言之,DBMS将“管理”存储的数据项,并从公共数据库中汇集所需的数据项以回答那些非程序员的询问。在面向文件的系统中,需要特定信息的用户可以将他们的要求传送给程序员。该程序员在时间允许时,将编写一个或多个程序以提取数据和准备信息。但是,使用DBMS可为用户提供一种更快的、用户可选择的通信方式 (rutu)