数据库管理系统外文翻译
《数据库管理系统外文翻译》由会员分享,可在线阅读,更多相关《数据库管理系统外文翻译(5页珍藏版)》请在毕设资料网上搜索。
1、附 录 : 英 文 资 料 及 翻 译 英文原文: DATA BASE MANAGEMENT SYSTEMS You know that a data is a collection of logically related data elements that may be structured in various ways to meet the multiple processing and retrieval needs of organizations and individuals. theres nothing new about data bases-early ones w
2、ere chiseled in st-one, penned on scrolls ,and written on index cards. but mow data bases are commonly recorded on magnetizeable media, and computer programs are required to perform the necessary storage ad retrieval operations. The system software package that handles the difficult tasks associated
3、 with creating , accessing ,and maintaining data base records is in a DBMS package establish an interface between the data base itself and the users of the data base . ( these users may be applications programmers ,managers and others with information needs , and various OS programs.) A DBMS can org
4、anize, process, and present selected data elements from the data base .this capability enables decision makers to search . probe ,and query data base contents in order to extract answers to nonrecurring and unplanned questions that arent available in regular reports . these questions might initially
5、 be vague and /or poorly defined ,but people can “browse” through the data base until they have the needed information . in short, the DBMS will “manage ”the stored data items and assemble the needed items from the common data base in response to the queries of those who arent programmers. In a file
6、-oriented system ,users needing special information may communicate their needs to a programmer , who ,when time permits, will information. The availability of a DBMS ,however, offers users a much faster alternative communications path (see figure). Sequential, direct, and other file processing appr
7、oaches are used to organize and structure data in single files .but a DBMS is able to integrate data elements from several files to answer specific user inquiries fir information. This means that the DBMS is able to integrate data elements from several files to answer specific user inquiries for inf
8、ormation. This means that the DBMS is able to access and retrieve data from nonkey record fields. That is, the DBMS is able to structure and tie together the logically related data from several large files. Logical structures. Identifying these logical relationships is a job of the data administrato
9、r. A data definition language is used for this purpose .the DBMS may then employ one of the following logical structuring techniques during storage access, and retrieval operations: list structures,hierarchical(tree) structures ,network structures, relational structures. 1 List structures. In this l
10、ogical approach, records are linked together by the use of pointers. A pointer is a data item in one record that identifies the storage location of another logically related record .records in a customer master file ,for example ,will contain the name and address of each customer, and each record in
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数据库 管理 系统 外文 翻译
