数据库管理系统外文翻译

上传人:lizhe****0001 文档编号:31282667 上传时间:2018-02-06 格式:DOCX 页数:5 大小:35.05KB
返回 下载 相关 举报
数据库管理系统外文翻译_第1页
第1页 / 共5页
数据库管理系统外文翻译_第2页
第2页 / 共5页
数据库管理系统外文翻译_第3页
第3页 / 共5页
数据库管理系统外文翻译_第4页
第4页 / 共5页
数据库管理系统外文翻译_第5页
第5页 / 共5页
亲,该文档总共5页,全部预览完了,如果喜欢就下载吧!
资源描述

《数据库管理系统外文翻译》由会员分享,可在线阅读,更多相关《数据库管理系统外文翻译(5页珍藏版)》请在金锄头文库上搜索。

1、附 录 : 英 文 资 料 及 翻 译英文原文:DATA BASE MANAGEMENT SYSTEMSYou 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 were

2、 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 wit

3、h 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 organize

4、, 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 be

5、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-ori

6、ented 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 approache

7、s 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 informa

8、tion. 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 administrator. A

9、 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 logi

10、cal 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 th

11、is file is identified by an account number. During an accounting period, a customer may buy a number of items on different days . thus, the company may maintain an invoice fileto reflect these transactions. A list structure could be used in this situation to show the unpaid invoices at any given tim

12、e. Each record in 2 the customer file would contain a field that would point to the record location of the first invoice for that customer in the invoice file . this invoice record, in turn would be linked to later invoices for the customer. The last invoice in the chain would be identified by the u

13、se of a special character as a pointer. 3 Hierarchical structures. In this logical approach, data units are structured in multiple levels that graphically resemble an “upside down ”tree with the root at the top and the branches formed below, theses a superior-subordinate relationship in a hierarchic

14、al structure. Below the single-root data component are subordinate elements (or one )has only a single owner. Thus , as we see in figure ,a customer owns an invoice , and the invoice has subordinate items. The branches in a tree structure are not connected4 Network structures. Unlike the tree approa

15、ch, which does not permit the connection of branches, the network structure permits the connection of the nodes in a multidirectional manner . thus ,each node may have several owners and may , in turn , own any number of other data units. Data , management software permits the extraction of the need

16、ed information from such a structure by beginning with any record in a file.5 Relational structures. A relational structure is made up of many tables. The data are stored in the form of “relations ”in these tables .for example, relation tables could be established to link a college course with the instructor of the course , and with the location of the .to find the name of the instructor and the location of the English class, the course/instructor relation is searche

展开阅读全文
相关资源
相关搜索

当前位置:首页 > 学术论文 > 毕业论文

电脑版 |金锄头文库版权所有
经营许可证:蜀ICP备13022795号 | 川公网安备 51140202000112号