外文翻译----数据库和数据仓库
《外文翻译----数据库和数据仓库》由会员分享,可在线阅读,更多相关《外文翻译----数据库和数据仓库(11页珍藏版)》请在毕设资料网上搜索。
1、毕业设计(论文)外文翻译 1 Database and Data Warehouses What is a Database? What is a database? A database is a collection of related data items. It is generally stored on secondary storage devices that allow rapid direct access to individual data items. Redundancy is minimized; where possible, only a single co
2、py if a data item exists. The database may be used by many different application systems at once, eliminating the need for separate systems to maintain the data for each application .When a user program inquires if a particular item is in the database, a database management system (DBMS) does the ac
3、tual searching. The user does not need to be familiar with the format in which the data is stored or the actual physical location of the data. The DBMS cerates the database, keeps it up-to-date, and provides reday access to authorized user. Database management systems also provide extensive security
4、 measures to prevent unauthorized access. They make it convenient for expressing relationship between related data items and facilitate the design of user application systems. They provide backup and recovery capabilities to prevent against loss or destruction of vital information. They ensure datab
5、ase integrity, that is, what is supposed to be in the database is there and what is not supposed to be .isnt. a person called the database administrator determines who may access the database, modify it, add new relationships ,and the like. This is a very important lifeline. The real question in dat
6、abase management systems is how to organize information to provide rapid answers to the kinds of questions users are likely to ask. The same data organized differently can yield drama-tidally different access speeds. There common ways are used to structure a database to indicate the relationships am
7、ong the data items; these are the relational database, the hierarchical data-base, and the network database. Hierarchical, Network, and Relational Databases (three principal logical database models) The Hierarchical Model In a hierarchical database, data records are arranged in a strict parent child
8、 relationship. Each parent record may have many children, but each child record has exactly one parent. Figure 3-1 shows a simple hierarchical database, indicating the relationship between a customer and the orders it has placed with a company. Searching a hierarchical database is rapid and convenie
9、nt as long as it is searched from the top down. IBMs IMS (Information 毕业设计(论文)外文翻译 2 Management System) is the most widely used hierarchical DBMS. Hierarchical DBMS are best suited for problems that require a limited number of structure answers that can be specified in advance. Once data relationshi
10、ps have been specified, they cannot easily be changed without a major programming effort. Thus, the hierarchical model cannot respond flexibly to changing requests for information. The Network Model The network database model is best at representing many-to-many relationship among data. In other wor
11、ds, a ”child” can have more than one “parent”, as Figure3-2 illustrates. Computer Associates IDMS is a network DBMS for computer mainframes. Network DBMS are more flexible than hierarchical DBMS, but access paths must still be specified in advance. There are practical limitations to the number of li
- 配套讲稿:
如PPT文件的首页显示word图标,表示该PPT已包含配套word讲稿。双击word图标可打开word文档。
- 特殊限制:
部分文档作品中设计图片,仅作为作品整体效果示例展示,禁止商用。设计者仅对作品中独创性部分享有著作权。
- 关 键 词:
- 外文 翻译 数据库 以及 数据仓库
