1 / 19
文档名称:

计算机 外文翻译 外文文献 英文文献 数据库系统.doc

格式:doc   大小:73KB   页数:19页
下载后只包含 1 个 DOC 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

计算机 外文翻译 外文文献 英文文献 数据库系统.doc

上传人:glfsnxh 2017/12/12 文件大小:73 KB

下载得到文件列表

计算机 外文翻译 外文文献 英文文献 数据库系统.doc

相关文档

文档介绍

文档介绍:外文资料原文
Database Systems
Introduction to Database System
Today, more than at any previous time, the ess of anization depends on its ability to acquire accurate and timely data about its operation, to manage this data effectively, and to use it to analyze and guide its activities. Phrases such as the information superhighway have e ubiquitous, and information processing is a rapidly growing multibillion dollar industry .
The amount of information available to us is literally exploding, and the value of data as anizational asset is being widely recognized. This paradox drives the need for increasingly powerful and flexible data management systems .
A database is a collection of data , typically describing the activities of one or more anizations . For example , a university database might contain information about the following .
●Entities such as students , faculty , courses , and classrooms .
●Relationships between entities , such as students’ enrollment in courses , faculty teaching courses , and the use of rooms for courses .
A database management system , or DBMS , is software designed to assist in maintaining and utilizing large collections of data , and the need for such systems , as well as their use , is growing rapidly . The alternative to using a DBMS is to use ad hoc approaches that do not carry over from one application to another , for example , to store the data in files and write application-specific code to manage it .
The area of database management systems is a microcosm puter science in general . The issues addressed and the techniques used span a wide spectrum , including languages , object-orientation and other programming paradigms , compilation , operating systems concurrent programming , data structures , algorithms ,theory , parallel and distributed systems , user interfaces , expert systems and artificial intelligence , statistical techniques , and dynamic programming .
Database management continues to gain importance as more a