数据库相关毕业设计外文翻译[精品].doc
文本预览下载声明
DATABASE MANAGEMENT SYSTEMS(DBMS)AND MANAGEMENT INFORMATION SYSTEM(MIS)
You know that a database is a collection of logically related data elements that may be structured in various ways to meet the multiple processing and retrieval needs of organizations and individuals.There’ s nothing new about databases—early ones[1] were chiseled in stone,penned on scrolls,and written on index cards.But now databases are commonly recorded on magnetizable media,and computer programs are required to perform the necessary storage and retrieval operations.You’ll see in the following pages that complex data relationships and linkages may be found in all but the simplest databases[2].The system software package that handles the difficult tasks associated with creating,accessing,and maintaining database records is called a database management system(DBMS).The programs 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 information needs,and various OS programs.) A DBMS can organize,process,and present selected data elements from the database.This capability enables decision makers to search,probe,and query database contents in order to extract answers to nonrecurring and unplanned questions that aren’t available in regular reports[3].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 queries of those who aren’t programmers.In a file-oriented system,users needing special information may communicate their needs to a programmer,who,when time permits,will write one or more programs to extract the data and prepare the information[4].The availability of a DBMS,however,offers users a much faster alternative communications path(see Fig. 7-1).
If the DB
显示全部