- 1、原创力文档(book118)网站文档一经付费(服务费),不意味着购买了该文档的版权,仅供个人/单位学习、研究之用,不得用于商业用途,未经授权,严禁复制、发行、汇编、翻译或者网络传播等,侵权必究。。
- 2、本站所有内容均由合作方或网友上传,本站不对文档的完整性、权威性及其观点立场正确性做任何保证或承诺!文档内容仅供研究参考,付费前请自行鉴别。如您付费,意味着您自己接受本站规则且自行承担风险,本站不退款、不进行额外附加服务;查看《如何避免下载的几个坑》。如果您已付费下载过本站文档,您可以点击 这里二次下载。
- 3、如文档侵犯商业秘密、侵犯著作权、侵犯人身权等,请点击“版权申诉”(推荐),也可以打举报电话:400-050-0827(电话支持时间:9:00-18:30)。
- 4、该文档为VIP文档,如果想要下载,成为VIP会员后,下载免费。
- 5、成为VIP后,下载本文档将扣除1次下载权益。下载后,不支持退款、换文档。如有疑问请联系我们。
- 6、成为VIP后,您将拥有八大权益,权益包括:VIP文档下载权益、阅读免打扰、文档格式转换、高级专利检索、专属身份标志、高级客服、多端互通、版权登记。
- 7、VIP文档为合作方或网友上传,每下载1次, 网站将根据用户上传文档的质量评分、类型等,对文档贡献者给予高额补贴、流量扶持。如果你也想贡献VIP文档。上传文档
查看更多
计算机英语A Better Way to Manage and Organize Data
A Better Way to Manage and Organize Data 一个更好的方法来管理和组织数据 为了管理这些信息资源并提供及时、有效的访问,许多公司都采用了数据库 In an attempt to organize their information resources and provide for timely and efficient access, many companies have implemented databases. 试图,企图,试图做某事 资源 有效率的 v. 实施(implement的过去分词形式);执行 adj. 应用的 What is a Database? 什么是数据库 In a database, the data is organized in multiple related files. Because these files are related, user can access data in multiple files at one time. A database management system (DBMS) is the software that allows the user to create, maintain, and report the data and file relationships. By contrast, a file management system is software that allows the user to create, maintain, and access one file at a time. 多样的,多重的 有关系的,有关联的 对比,比较 维护,维持 在数据库中,数据被组织在多个相关文件。因为这些文件是相关的,用户可以多个文件夹中同时访问数据。一个数据库管理系统(数据库管理系统)就是允许用户创建,维护,和报告的数据和文件的关系的软件。相比之下,而一个文件管理系统则是允许用户创建,维护,并且在同一时间访问一个文件。 Why use a Database为什么使用数据库 There are problems with traditional data management. Many result from viewing applications independently. Each program is independent, and each processes its own independent data file. For one thing, different applications often need the same data elements. Redundant data are difficult to maintain. 查看,观看 独立的单独的 在这里是 处理的意思,也是进程的意思 多余,过剩的 传统的数据库管理存在一些问题,许多问题是由于单独地观察应用引起的。每个程序都是独立的,并且每个程序都只处理自己独立的数据文件。在一个事件中,不同的应用程序常常需要同样的数据。重复的数据是很难维护的。 A more subtle problem is data dependency. Each access method has its own rules for storing and retrieving data, and certain “tricks of the trade” can significantly improve the efficiency of a given program. Because the motivation for using the computer is saving money, the programmer is often tempted to save even more by taking advantage of these efficiencies. Thus, the program’s logic becomes dependent upon the physical structure of the data, when a program’s logic is tied to its physical data structure, changing that structure will almost certainly require changing the program. As a result, pro
文档评论(0)