数据库管理系统外文翻译
《数据库管理系统外文翻译》由会员分享,可在线阅读,更多相关《数据库管理系统外文翻译(10页珍藏版)》请在毕设资料网上搜索。
1、大连交通大学 2012 届本科生毕业设计 (论文 )外文文献翻译 1 Database Management System Source: Database and Network Journal Author: David Anderson 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 organization
2、s and individuals. Theres nothing new about data base-early ones were chiseled in stone, penned on scrolls, and written on index cards. But now database are commonly recorded on magnetically media, and computer programs are required to perform the necessary storage and retrieval operations. The syst
3、em software package that handles the difficult tasks associated with created, accessing, and maintaining database records is 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 info
4、rmation needs, and various OS programmers.) A DBMS can organize, process, and present selected data elements from the database. This capability enables decision makers to search. Probe, and query data contents in order to extract answers to nonrecurring and unplanned questions that arent available i
5、n 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 que
6、ries of those who arent programmers. In a file-oriented system, users needing special information may communicate their needs to a programmers, who, when time permits, will information. The availability of a DBMS, however, offers users a much faster alternative communications patch (see figure). Spe
7、cial, direct, and other file processing approaches ate 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 structure and tie together the logically
8、 related data from several large files. Logical structures. Identifying these logical relationships is a job of the data administrator. A data definition language is used for this purpose. The DBMS may 大连交通大学 2012 届本科生毕业设计 (论文 )外文文献翻译 2 then Employ one of the following logical structuring techniques
9、 during storage access, and retrieval operation: list structures, hierarchical (tree) structures, and network structures, relational structures. 1. List structures. In this logical approach, records are linked together by the use of pointers. A pointer is a data item in one record that identifies th
10、e 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 an account number identifies each record in this file. During an accounting period, a customer may maintain an invoice file to reflect these
11、 transactions. A list structure could be used in this situation to show the unpaid invoices at any given time. Each in the customer file 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 invoice for th
12、e customer. The last invoice in the chain would be identified by the use of a special character as a pointer. 2. 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 f
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 数据库 管理 系统 外文 翻译
