国产精品婷婷久久久久久,国产精品美女久久久浪潮av,草草国产,人妻精品久久无码专区精东影业

計(jì)算機(jī)外文翻譯.doc

約10頁(yè)DOC格式手機(jī)打開(kāi)展開(kāi)

計(jì)算機(jī)外文翻譯,數(shù)據(jù)庫(kù)管理系統(tǒng)的介紹raghu ramakrishnan[ database management systems( 3th edition ),wiley ,2004, 5-12]   數(shù)據(jù)庫(kù)(database,有時(shí)拼作data base)又稱(chēng)為電子數(shù)據(jù)庫(kù),是專(zhuān)門(mén)組織起來(lái)的一組數(shù)據(jù)或信息,其目的是為了便...
編號(hào):15-253732大小:51.00K
分類(lèi): 論文>外文翻譯

內(nèi)容介紹

此文檔由會(huì)員 鑫夢(mèng) 發(fā)布

計(jì)算機(jī)外文翻譯



數(shù)據(jù)庫(kù)管理系統(tǒng)的介紹
Raghu Ramakrishnan[ Database Management Systems( 3th Edition ),Wiley ,2004, 5-12
]
   數(shù)據(jù)庫(kù)(database,有時(shí)拼作data base)又稱(chēng)為電子數(shù)據(jù)庫(kù),是專(zhuān)門(mén)組織起來(lái)的一組數(shù)據(jù)或信息,其目的是為了便于計(jì)算機(jī)快速查詢(xún)及檢索。數(shù)據(jù)庫(kù)的結(jié)構(gòu)是專(zhuān)門(mén)設(shè)計(jì)的,在各種數(shù)據(jù)處理操作命令的支持下,可以簡(jiǎn)化數(shù)據(jù)的存儲(chǔ),檢索,修改和刪除。數(shù)據(jù)庫(kù)可以存儲(chǔ)在磁盤(pán),磁帶,光盤(pán)或其他輔助存儲(chǔ)設(shè)備上。
   數(shù)據(jù)庫(kù)由一個(gè)或一套文件組成,其中的信息可以分解為記錄,每一記錄又包含一個(gè)或多個(gè)字段(或稱(chēng)為域)。字段是數(shù)據(jù)存取的基本單位。數(shù)據(jù)庫(kù)用于描述實(shí)體,其中的一個(gè)字段通常表示與實(shí)體的某一屬性相關(guān)的信息。通過(guò)關(guān)鍵字以及各種分類(lèi)(排序)命令,用戶(hù)可以對(duì)多條記錄的字段進(jìn)行查詢(xún),重新整理,分組或選擇,以實(shí)體對(duì)某一類(lèi)數(shù)據(jù)的檢索,也可以生成報(bào)表。


Database Management Systems( 3th Edition ),Wiley ,2004, 5-12
   A introduction to Database Management System
   Raghu Ramakrishnan
   A database (sometimes spelled data base) is also called an electronic database  , referring to any collection of data, or information, that is specially organized for rapid search and retrieva l by a computer. Databases are structured to facilitate the storage, retrieva l , modification, and deletion of data in conjunction with various data-processing operations .Databases can be stored on magnetic disk or tape, optical disk, or some other secondary storage device.
   A database consists of a file or a set of files. The information in these files may be broken down into records, each of which consists of one or more fields. Fields are the basic units of data storage  , and each field typically contains information pertaining to one aspect or attribute of the entity described by the database . Using keywords and various sorting commands, users can rapidly search , rearrange, group, and select the fields  in many records to retrieve or create reports on particular aggregate of data.