1 / 4
文档名称:

数据库系统英文文献.docx

格式:docx   大小:11KB   页数:4页
下载后只包含 1 个 DOCX 格式的文档,没有任何的图纸或源代码,查看文件列表

如果您已付费下载过本站文档,您可以点这里二次下载

分享

预览

数据库系统英文文献.docx

上传人:jiyudian11 2022/6/23 文件大小:11 KB

下载得到文件列表

数据库系统英文文献.docx

相关文档

文档介绍

文档介绍:Database Systems
Fundamental Concepts of Database
Database and database technology are having a major impact on the grlexity. For example, the list of names and addresses referred to earlier may have only a couple of hundred records in it, each with a simple structure. On the other hand, the card catalog of a large library may contain half a million cards stored under different categories-by primary author
's last name, by subject, by book title, and the like-with each category organized in alphabetic order. A database of even greater size and complexity may be that maintained by the Internal Revenue Service to keep track of the tax forms filed by taxpayers of the United States. If we assume that there are 100million taxpayers and each taxpayer files an average of five forms with approximately 200 characters of information per form, we would get a database of 100*(10 6)*200*5 characters(bytes) of information. Assuming the IRS keeps the past three returns for each taxpayer in addition to the current return, we would get a database of 4*(1011) bytes. This huge amount of information must somehow be organized and managed so that users can search for, retrieve, and update the data as needed.
A database may be generated and maintained manually or by machine. Of course, in this we are mainly interested in computerized database. The library card catalog is an example of a database