【正文】
這通常涉及一級或多級的口令保護(hù),這些在數(shù)據(jù)字典中有詳細(xì)說明。用戶可以用 SQL語句訪問數(shù)據(jù)庫數(shù)據(jù)字典。 (4) 用戶的名字。 數(shù)據(jù)字典通常包括數(shù)據(jù)項,數(shù)據(jù)結(jié)構(gòu),數(shù)據(jù)流,數(shù)據(jù)存儲和處理過程五個部分。信息的每個方面 —— 生產(chǎn)、定價、成本、地區(qū)或時間 —— 都代表不同的維。這種數(shù)據(jù)庫對源于機構(gòu) 核心事務(wù)處理系統(tǒng)的數(shù)據(jù)進(jìn)行重新組織并與其它信息(包括過去的信息)進(jìn)行合并。它們將數(shù)據(jù)按信息 “ 塊 ” 存儲,每一塊在一個單獨的節(jié)點里。它是一次性到位的開發(fā),能實現(xiàn)不同的人員,從不同的地點,以不同的接入方式(比如 LAN, WAN, Inter/Intra 等)訪問和操作共同的數(shù)據(jù)庫;它能有效地保護(hù)數(shù)據(jù)平臺和管理訪問權(quán)限,服務(wù)器數(shù)據(jù)庫也很安全。然后數(shù)據(jù)庫服務(wù)器以表或關(guān)系的形式將答案返回給客戶。第一行說明賬號 173921有 1700 元的結(jié)余,它是檢查賬號。關(guān)系數(shù)據(jù)庫包含一個或多個關(guān)系。如果關(guān)系太多的話,軟件將不能有效地工作。層次數(shù)據(jù)庫管理系統(tǒng)最適合于需要有限個能夠提前詳細(xì)說明的結(jié)構(gòu)性答案的問題。數(shù)據(jù)庫管理 系統(tǒng)真正的問題是如何組織信息為用戶提出的各種可能的問題提供快速的答案。用戶不需要了解數(shù)據(jù)的存儲格式或數(shù)據(jù)的實際物理位置。 where possible, only a single copy 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 actual 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 uptodate, and provides reday access to authorized user. Database management systems also provide extensive security 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 database integrity, that is, what is supposed to be in the database is there and what is not supposed to be .isn’t. 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 database 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 dramatidally different access speeds. There mon ways are used to structure a database to indicate the relationships among the data items。這樣可以做到冗余最小,如果數(shù)據(jù)項存在的話那么它只有一個副本。由系統(tǒng)管理員決定誰可以訪問數(shù)據(jù)庫、修改數(shù)據(jù)庫以及增加新的關(guān)系等。圖 31 所示為一個簡單的層次數(shù)據(jù)庫,它顯示了顧客和一家公司的定貨關(guān)系。 Computer Associate 的 IDMS 就是一個大型計算機的網(wǎng)狀數(shù)據(jù)庫管理系統(tǒng)。 關(guān)系中的每一行叫一個記錄。 SQL(結(jié)構(gòu)查詢語言)是基于關(guān)系模型的最重要的查詢語言。在這種結(jié)構(gòu)中一個過程(客戶)的要求發(fā)送給另一個過程(服務(wù)器)去處理,數(shù)據(jù)庫系統(tǒng)也不例外。在這種結(jié)構(gòu)下,用戶工作界面是通過 WWW 瀏覽器來實現(xiàn),極少部分事務(wù)邏輯在前端( Browser)實現(xiàn),但是主要事務(wù)邏輯在服務(wù)器端( Server)實現(xiàn),形成所謂三層 3tier 結(jié)構(gòu)。面向?qū)ο蟮臄?shù)據(jù)庫的這些特性通過重用和建立新的多媒體應(yīng)用的能力使開發(fā)軟件變得容易,這些應(yīng)用可以將不同類型的數(shù)據(jù)結(jié)合起來。解決這個問題的方法是建立一個數(shù)據(jù)倉庫。關(guān)系數(shù)據(jù)庫的數(shù)據(jù)視圖可以讓用戶從兩個以上的方面觀察數(shù)據(jù) —— 例如,按地區(qū)按季度銷售。被動數(shù)據(jù)字典是指修改時必須手工更新其內(nèi)容的數(shù)據(jù)字典。分配多少空間,當(dāng)前使用了多少空間等。它們存放在 SYSTEM 表空間中。在數(shù)據(jù)庫系統(tǒng)中,數(shù)據(jù)的完整性意味著保護(hù)數(shù)據(jù)防止非法修改或破壞 。 。修改數(shù)據(jù)庫的結(jié)構(gòu)而不影響已有的引用數(shù)據(jù)庫的程序被稱為數(shù)據(jù)的獨立性。 (7) 其它產(chǎn)生的數(shù)據(jù)庫信息。它存放有數(shù)據(jù)庫所用的有關(guān)信息,對用戶來說是一組只讀的表。 (4) 數(shù)據(jù)字典 數(shù)據(jù)字典( Data dictionary)是一種用戶可以訪問的記錄數(shù)據(jù)庫和應(yīng)用程序元數(shù)據(jù)的目錄。數(shù)據(jù)倉庫這種側(cè)重解決問題的特性,使眾多的公司由于運用了數(shù)據(jù)倉庫而獲益匪淺。節(jié)點間的關(guān)系并不像傳統(tǒng)數(shù)據(jù)庫管理系統(tǒng)那樣結(jié)構(gòu)化,搜索信息也不需按照事先確定好的組織方案,用戶可以直接從一個節(jié)點到另一個節(jié)點而不管它們之間是什么關(guān)系。這些對象可能包含不同類型的數(shù)據(jù),包括傳統(tǒng)的數(shù)據(jù)和處理過程,也包括聲音、圖形和視頻信 號等。 畢業(yè)設(shè)計(論文)外文翻譯 9 /服務(wù) 器結(jié)構(gòu) B/S( Browser/Server) 結(jié)構(gòu)即瀏覽器和服務(wù)器結(jié)構(gòu)。( Oracle 也有個人計算機版本)。 (2) 擴展一個關(guān)系(從關(guān)系中抽出某幾列用于形成新的關(guān)系的列)。關(guān)系數(shù)據(jù)庫簡單地將數(shù)據(jù)存儲為表格(這些表格叫關(guān)系)而沒有采用復(fù)雜的指針結(jié)構(gòu)。 (2) 網(wǎng)狀模型 網(wǎng)狀數(shù)據(jù)庫模型最適宜于表示數(shù)據(jù)之間多對多的關(guān)系。 、網(wǎng)狀和關(guān)系數(shù)據(jù)庫( 3 個主要的邏輯數(shù)據(jù)庫模型) (1) 層次模型 在層次數(shù)據(jù)庫中,數(shù)據(jù)記錄按嚴(yán)格的雙親 — 孩子關(guān)系控制。 DBMS 使用相關(guān)數(shù)據(jù)項之間關(guān)系的表示非常方便,使用戶應(yīng)用系統(tǒng)的設(shè)計變得容易。s name. the (5) user and the role the jurisdiction which awards. (6) user visit or use audit information. (7) other produce database information. the database data dictionary is group of tables and the view structure. They deposit in the SYSTEM table space. The database data dictionary is not only each database center. Moreover to each