注冊 | 登錄讀書好,好讀書,讀好書!
讀書網(wǎng)-DuShu.com
當前位置: 首頁出版圖書科學技術計算機/網(wǎng)絡數(shù)據(jù)庫數(shù)據(jù)庫理論數(shù)據(jù)庫系統(tǒng):設計、實現(xiàn)與管理 英文版

數(shù)據(jù)庫系統(tǒng):設計、實現(xiàn)與管理 英文版

數(shù)據(jù)庫系統(tǒng):設計、實現(xiàn)與管理 英文版

定 價:¥79.00

作 者: (英)Thomas Connolly,(英)Carolyn Begg著
出版社: 電子工業(yè)出版社
叢編項: 國外計算機科學教材系列
標 簽: 暫缺

ISBN: 9787505387843 出版時間: 2003-06-01 包裝: 平裝
開本: 24cm 頁數(shù): 939 字數(shù):  

內容簡介

  內容簡介目錄 本書是數(shù)據(jù)庫領域的經(jīng)典著作,內容系統(tǒng)、全面、實用,被世界多所大學選為數(shù)據(jù)庫課程的教材。全書共分八個部分,其中的主要內容有:數(shù)據(jù)庫系統(tǒng)和數(shù)據(jù)庫設計的基礎知識;關系模型和關系語言;數(shù)據(jù)庫分析和設計的主要技術;數(shù)據(jù)庫設計方法學;數(shù)據(jù)庫安全、事務管理、詢問處理與優(yōu)化和嵌入式SQL;分布式DBMS和基于對象的DBMS,以及一些日益重要的技術,包括DBMS與Web技術的連接、半結構化技術與XML的關系、數(shù)據(jù)倉庫、聯(lián)機分析處理和數(shù)據(jù)挖掘等。本書可作為計算機科學與技術及相關專業(yè)高年級本科生及研究生的教材,同時也可作為數(shù)據(jù)庫研究和開發(fā)人員的參考書。第一部分 背景(Background) 第1章 數(shù)據(jù)庫引言 Introduction to Database第2章 數(shù)據(jù)庫環(huán)境 Database Environment第二部分 關系模型與語言(The Relational Model and Languages) 第3章 關系模型 The Relational Model第4章 關系代數(shù)與關系演算 Relational Algebra and Relational Calculus第5章 SQL: 數(shù)據(jù)操作 SQL: Data Manipulation 第6章 SQL: 數(shù)據(jù)定義 SQL: Data Definition第7章 樣例查詢 Query-By-Example第8章 RDBMS產(chǎn)品:Access與Oracle Commercial RDBMSs: Access and Oracle第三部分 數(shù)據(jù)庫分析與設計技術(Database Analysis and Design Techniques) 第9章 數(shù)據(jù)庫規(guī)劃、設計與管理 Database Planning, Design, and Administration第10章 實況發(fā)現(xiàn)技術 Fact-Finding Techniques第11章 實體-關系建模 Entity-Relationship Modeling第12章 增強的實體-關系建模 Enhanced Entity-Relationship Modeling第13章 規(guī)范化 Normalization第四部分 方法學(Methodology) 第14章 方法學——概念數(shù)據(jù)庫設計 Methodology——Conceptual Database Design 第15章 方法學——關系模型的邏輯數(shù)據(jù)庫設計 Methodology——Logical Database Design for the Relational Model 第16章 方法學——關系數(shù)據(jù)庫的物理數(shù)據(jù)庫設計 Methodology——Physical Database Design for Relational Databases第17章 方法學——實際運行系統(tǒng)的監(jiān)控與調整 Methodology——Monitoring and Tuning the Operational System第五部分 可選的數(shù)據(jù)庫專題(Selected Database Issues) 第18章 安全 Security第19章 事務管理 Transaction Management第20章 查詢處理 Query Processing 第21章 程序式SQL Programmatic SQL第六部分 當前趨勢(Current Trends) 第22章 分布式數(shù)據(jù)庫管理系統(tǒng)——概念與設計 Distributed DBMSs——Concepts and Design第23章 分布式數(shù)據(jù)庫管理系統(tǒng)——高級概念 Distributed DBMSs——Advanced Concepts第24章 對象數(shù)據(jù)庫管理系統(tǒng)簡介 Introduction to Object DBMSs第25章 面向對象的數(shù)據(jù)庫管理系統(tǒng)——概念與設計 Object-Oriented DBMSs——Concepts and Design第26章 面向對象的數(shù)據(jù)庫管理系統(tǒng)——標準與系統(tǒng) Object-Oriented DBMSs——Standards and Systems第27章 對象關系數(shù)據(jù)庫管理系統(tǒng) Object-Relational DBMSs第七部分 新興研究方向(Emerging Trends) 第28章 Web技術與數(shù)據(jù)庫管理系統(tǒng) Web Technology and DBMSs第29章 半結構化數(shù)據(jù)與XML Semistructured Data and XML第30章 數(shù)據(jù)倉庫概念 Data Warehousing Concepts 第31章 數(shù)據(jù)倉庫設計 Data Warehousing Design第32章 聯(lián)機分析處理與數(shù)據(jù)挖掘 OLAP and Data Mining附錄(Appendices) 附錄A DreamHome研究樣例的用戶需求說明 Users?Requirements Specification for DreamHome Case Study附錄B 其它研究樣例 Other Case Studies附錄C 文件組織與存儲結構 File Organization and Storage Structures附錄D 關系型數(shù)據(jù)庫管理系統(tǒng)的標準 When is a DBMS Relational?附錄E 可選ER建模符號 Alternative ER Modeling Notations附錄F 關系數(shù)據(jù)庫設計方法學總結 Summary of the Database Design Methodology for Relational Databases附錄G 磁盤空間需求估算 Estimating Disk Space Requirements附錄H Web腳本實例 Example Web Scripts參考文獻(References) 深入閱讀(Further Reading)

作者簡介

  ThomasConnolly和CarolynBegg兩位作者是數(shù)據(jù)庫設計領域的資深專家。ThomasConnolly是世界第一商業(yè)可行動數(shù)據(jù)庫管理系統(tǒng)RAPPORT的設計人,其設計的LIFESPAN配置管理工具獲得了英國設計獎。相關圖書數(shù)據(jù)結構與問題求解:Java版操作系統(tǒng)基礎教程C++編程導論人機交互:第二版支持向量機導論離散數(shù)學:第五版智能系統(tǒng):結構、設計與控制網(wǎng)絡分析、體系結構與設計(第二版)數(shù)據(jù)庫設計、應用開發(fā)與管理(第二版)密碼學基礎(第二卷):基礎應用計算機系統(tǒng)設計與結構(第二版)軟件設計:從程序設計到體系結構可變目標C編譯器:設計與實現(xiàn)類型和程序設計語言非線性控制系統(tǒng)(第三版)并行計算機互連網(wǎng)絡技術:一種工程方法模式識別(第二版)數(shù)字與微處理器基礎——理論與應用器(第四版)可計算性與數(shù)理邏輯虛擬現(xiàn)實技術(第二版)非線性系統(tǒng)(第三版)數(shù)值方法:第四版算法引論:一種創(chuàng)造性方法交互設計:超越人機交互軟件需求Java大學基礎教程(第六版)(英文版)Java程序設計教程(第四版)C++大學簡明教程:實例程序設計計算機文化C++大學教程:第4版現(xiàn)代數(shù)據(jù)庫管理(第七版)計算機安全學導論..

圖書目錄

第一部分   背景(Background) 1第1章    數(shù)據(jù)庫引言 3Introduction to Database第2章    數(shù)據(jù)庫環(huán)境 27Database Environment第二部分   關系模型與語言(The Relational Model and Languages) 53第3章    關系模型 55The Relational Model第4章    關系代數(shù)與關系演算 70Relational Algebra and Relational Calculus第5章    SQL: 數(shù)據(jù)操作 87SQL: Data Manipulation 第6章    SQL: 數(shù)據(jù)定義 121SQL: Data Definition第7章    樣例查詢 153Query-By-Example第8章    RDBMS產(chǎn)品:Access與Oracle 172Commercial RDBMSs: Access and Oracle第三部分    數(shù)據(jù)庫分析與設計技術(Database Analysis and Design Techniques) 205第9章    數(shù)據(jù)庫規(guī)劃、設計與管理 207Database Planning, Design, and Administration第10章  實況發(fā)現(xiàn)技術 232Fact-Finding Techniques第11章  實體-關系建模 253Entity-Relationship Modeling第12章  增強的實體-關系建模 276Enhanced Entity-Relationship Modeling第13章  規(guī)范化 289Normalization第四部分    方法學(Methodology) 321第14章  方法學——概念數(shù)據(jù)庫設計 323Methodology——Conceptual Database Design  第15章  方法學——關系模型的邏輯數(shù)據(jù)庫設計 341Methodology——Logical Database Design for the Relational Model 第16章  方法學——關系數(shù)據(jù)庫的物理數(shù)據(jù)庫設計 369Methodology——Physical Database Design for Relational Databases第17章  方法學——實際運行系統(tǒng)的監(jiān)控與調整 393Methodology——Monitoring and Tuning the Operational System第五部分   可選的數(shù)據(jù)庫專題(Selected Database Issues) 403第18章  安全 405Security第19章  事務管理 427Transaction Management第20章  查詢處理 468Query Processing 第21章  程序式SQL 505Programmatic SQL第六部分    當前趨勢(Current Trends) 531第22章  分布式數(shù)據(jù)庫管理系統(tǒng)——概念與設計 533Distributed DBMSs——Concepts and Design第23章  分布式數(shù)據(jù)庫管理系統(tǒng)——高級概念 568Distributed DBMSs——Advanced Concepts第24章  對象數(shù)據(jù)庫管理系統(tǒng)簡介 608Introduction to Object DBMSs第25章  面向對象的數(shù)據(jù)庫管理系統(tǒng)——概念與設計 631Object-Oriented DBMSs——Concepts and Design第26章  面向對象的數(shù)據(jù)庫管理系統(tǒng)——標準與系統(tǒng) 662Object-Oriented DBMSs——Standards and Systems第27章  對象關系數(shù)據(jù)庫管理系統(tǒng) 693Object-Relational DBMSs第七部分    新興研究方向(Emerging Trends) 733第28章  Web技術與數(shù)據(jù)庫管理系統(tǒng) 735Web Technology and DBMSs第29章  半結構化數(shù)據(jù)與XML 777Semistructured Data and XML第30章  數(shù)據(jù)倉庫概念 815Data Warehousing Concepts 第31章  數(shù)據(jù)倉庫設計     839Data Warehousing Design第32章  聯(lián)機分析處理與數(shù)據(jù)挖掘 857OLAP and Data Mining附錄(Appendices) 877附錄A    DreamHome研究樣例的用戶需求說明 879Users?Requirements Specification for DreamHome Case Study附錄B    其它研究樣例 883Other Case Studies附錄C    文件組織與存儲結構 892File Organization and Storage Structures附錄D    關系型數(shù)據(jù)庫管理系統(tǒng)的標準 906When is a DBMS Relational?附錄E    可選ER建模符號 909Alternative ER Modeling Notations附錄F    關系數(shù)據(jù)庫設計方法學總結 914Summary of the Database Design Methodology for Relational Databases附錄G    磁盤空間需求估算 918Estimating Disk Space Requirements附錄H    Web腳本實例 920Example Web Scripts參考文獻(References) 927深入閱讀(Further Reading) 939
 

本目錄推薦

掃描二維碼
Copyright ? 讀書網(wǎng) www.stefanvlieger.com 2005-2020, All Rights Reserved.
鄂ICP備15019699號 鄂公網(wǎng)安備 42010302001612號