Database Modeling and Design: Logical Design, 4/e
暫譯: 資料庫建模與設計:邏輯設計,第4版
Toby J. Teorey, Sam S. Lightstone, Tom Nadeau, H.V. Jagadish
- 出版商: Morgan Kaufmann
- 出版日期: 2005-09-20
- 售價: $1,078
- 語言: 英文
- 頁數: 296
- 裝訂: Paperback
- ISBN: 0126853525
- ISBN-13: 9780126853520
-
相關分類:
資料庫
已絕版
買這商品的人也買了...
-
$1,029Fundamentals of Data Structures in C++
-
$720$569 -
$480$379 -
$680$537 -
$650$514 -
$780$663 -
$520$411 -
$580$458 -
$650$507 -
$550$435 -
$980$774 -
$880$695 -
$690$538 -
$680$537 -
$550$435 -
$720$569 -
$1,200$1,176 -
$550$429 -
$2,330$2,214 -
$650$514 -
$580$493 -
$990$891 -
$550$435 -
$600$480 -
$299Statistics in a Nutshell: A Desktop Quick Reference (Paperback)
商品描述
Description
Database systems and database design technology have undergone significant evolution in recent years. The relational data model and relational database systems dominate business applications; in turn, they are extended by other technologies like data warehousing, OLAP, and data mining. How do you model and design your database application in consideration of new technology or new business needs? In the extensively revised fourth edition, you'll get clear explanations, lots of terrific examples and an illustrative case, and the really practical advice you have come to count on--with design rules that are applicable to any SQL-based system. But you'll also get plenty to help you grow from a new database designer to an experienced designer developing industrial-sized systems.
Table Of Contents
Chapter 1 Introduction
1.1 Data and Database Management
1.2 The Database Life Cycle
1.2 Conceptual Data Modeling
1.4 Summary Literature Summary
Chapter 2 The Entity-Relationship Model
2.1 Fundamental ER Constructs
2.1.1 Basic Objects: Entities, Relationships, Attributes
2.1.2 Degree of a Relationship
2.1.3 Connectivity of a Relationship
2.1.4 Attributes of a Relationship
2.1.5 Existence of an Entity in a Relationship
2.1.6 Alternative Conceptual Data Modeling Notations
2.2 Advanced ER Constructs
2.2.1 Generalization: Supertypes and Subtypes
2.2.2 Aggregation
2.2.3 Ternary Relationships
2.2.4 General n-ary Relationships
2.2.5 Exclusion constraint
2.2.6 Referential Integrity
2.3 Summary Literature Summary
Chapter 3 Unified Modeling Language
3.1 Class Diagrams
3.1.1 Class Diagram Notation Description
3.1.2 Class Diagrams for Software Design
3.1.3 Class Diagrams for Database Design
3.2 Activity Diagrams
3.2.1 Activity Diagram Notation Description
3.2.2 Activity Diagrams for Software Design
3.2.3 Activity Diagrams for Workflow
3.3 Rules of Thumb for UML Usage
3.4 Summary Literature Summary
Chapter 4 Requirements Analysis and Conceptual Data Modeling
4.1 Introduction
4.2 Requirements Analysis
4.3 Conceptual Data Modeling
4.3.1 Classify Entities and Attributes
4.3.2 Identify the Generalization Hierarchies
4.3.3 Define Relationships
4.3.4 Example of Data Modeling: Company Project Database
4.4 View Integration
4.4.1 Pre-integration Analysis
4.4.2 Comparison of Schemas
4.4.3 Conformation of Schemas
4.4.4 Merging and Restructuring of Schemas
4.4.5 Example of View Integration
4.5 Entity Clustering for ER Models
4.5.1 Clustering Concepts
4.5.2 Grouping Operations
4.5.3 Clustering Technique
4.6 Summary Literature Summary
Chapter 5 Transforming the Conceptual Data Model to SQL
5.1 Transformation Rules and SQL Constructs
5.1.1 Binary Relationships
5.1.2 Binary Recursive Relationships
5.1.3 Ternary and n-ary Relationships
5.1.4 Generalization and Aggregation
5.1.5 Multiple Relationships
5.1.6 Weak Entities
5.2 Transformation Steps
5.2.1 Entity Transformation
5.2.2 Many-to-Many Binary Relationship Transformation
5.2.3 Ternary Relationship Transformation
5.2.4 Example of ER-to-SQL Transformation
5.3 Summary Literature Summary
Chapter 6 Normalization
6.1 Fundamentals of Normalization
6.1.1 First Normal Form
6.1.2 Superkeys, Candidate Keys, and Primary Keys
6.1.3 Second Normal Form
6.1.4 Third Normal Form
6.1.5 Boyce-Codd Normal Form
6.2 The Design of Normalized Tables: Simple Example
6.3 Normalization of Candidate Tables Derived from ER Diagrams
6.4 Determining the Minimum Set of 3NF Tables
6.4.1 Elimination of Extraneous Attributes
6.4.2 Search for a Nonredundant Cover
6.4.3 Partitioning of the Nonredundant Cover
6.4.4 Merge of Equivalent Keys
6.4.5 Definition of Tables
6.5 Fourth and Fifth Normal Forms
6.5.1 Multivalued Dependencies
6.5.2 Fourth Normal Form
6.5.3 Decomposing Tables to 4NF
6.5.4 Fifth Normal Form
6.6 Summary Literature Summary
Chapter 7 An Example of Logical Database Design
7.1 Requirements Specification
7.2 Logical Design
7.3 Summary
Chapter 8 Business Intelligence
8.1 Data Warehousing
8.1.1 Overview of Data Warehousing
8.1.2 Logical Design
8.2 On-Line Analytical Processing (OLAP)
8.2.1 The Exponential Explosion of Views
8.2.2 Overview of OLAP 8.2.3 View Size Estimation
8.2.4 Selection of Material Views
8.2.5 View Maintenance
8.2.6 Query Optimization
8.3 Data Mining
8.3.1 Forecasting
8.3.2 Text Mining
8.4 Summary Literature Summary
Chapter 9 CASE Tools for Logical Database Design
9.1 Introduction to Software Tools
9.2 The Key Capabilities to Watch For
9.3 The Basics
9.4 Generating a Database From a Design
9.5 Database Support
9.6 Collaborative Support
9.7 Distributed Development
9.8 Application Lifecycle Tooling Integration
9.9 Design Compliance Checking
9.10 Reporting
9.11 Semi-Structured Data, XML
9.12 Summary Literature Summary Appendix The Basics of SQL
A.1 SQL Names and Operators
A.2 Data Definition Language (DDL)
A.3 Data Manipulation Language (DML)
A.3.1 SQL Select Command
A.3.2 SQL Update Commands
A.3.3 Referential Integrity
A.3.4 SQL Views References Exercises for Logical Design Solutions to Selected Exercises Glossary
商品描述(中文翻譯)
描述
資料庫系統和資料庫設計技術在近年來經歷了顯著的演變。關聯資料模型和關聯資料庫系統主導了商業應用;反過來,它們又被數據倉儲、OLAP 和數據挖掘等其他技術所擴展。您如何考慮新技術或新商業需求來建模和設計您的資料庫應用?在經過廣泛修訂的第四版中,您將獲得清晰的解釋、許多精彩的範例和一個說明性的案例,以及您所依賴的實用建議——具有適用於任何基於 SQL 的系統的設計規則。但您還將獲得大量幫助,幫助您從一名新的資料庫設計師成長為一名經驗豐富的設計師,開發工業級系統。
目錄
第 1 章 介紹
1.1 數據和資料庫管理
1.2 資料庫生命週期
1.3 概念數據建模
1.4 文獻總結
第 2 章 實體-關係模型
2.1 基本 ER 構造
2.1.1 基本對象:實體、關係、屬性
2.1.2 關係的度數
2.1.3 關係的連接性
2.1.4 關係的屬性
2.1.5 實體在關係中的存在
2.1.6 替代的概念數據建模符號
2.2 高級 ER 構造
2.2.1 泛化:超類型和子類型
2.2.2 聚合
2.2.3 三元關係
2.2.4 一般 n-元關係
2.2.5 排除約束
2.2.6 參考完整性
2.3 文獻總結
第 3 章 統一建模語言
3.1 類別圖
3.1.1 類別圖符號描述
3.1.2 用於軟體設計的類別圖
3.1.3 用於資料庫設計的類別圖
3.2 活動圖
3.2.1 活動圖符號描述
3.2.2 用於軟體設計的活動圖
3.2.3 用於工作流程的活動圖
3.3 UML 使用的經驗法則
3.4 文獻總結
第 4 章 需求分析和概念數據建模
4.1 介紹
4.2 需求分析
4.3 概念數據建模
4.3.1 實體和屬性的分類
4.3.2 確定泛化層次結構
4.3.3 定義關係
4.3.4 數據建模示例:公司專案資料庫
4.4 視圖整合
4.4.1 整合前分析
4.4.2 架構比較
4.4.3 架構的一致性
4.4.4 架構的合併和重組
4.4.5 視圖整合示例
4.5 ER 模型的實體聚類
4.5.1 聚類概念
4.5.2 分組操作
4.5.3 聚類技術
4.6 文獻總結
第 5 章 將概念數據模型轉換為 SQL
5.1 轉換規則和 SQL 構造
5.1.1 二元關係
5.1.2 二元遞歸關係
5.1.3 三元和 n-元關係
5.1.4 泛化和聚合
5.1.5 多重關係
5.1.6 弱實體
5.2 轉換步驟
5.2.1 實體轉換
5.2.2 多對多二元關係轉換
5.2.3 三元關係轉換
5.2.4 ER 到 SQL 轉換示例
5.3 文獻總結
第 6 章 正規化
6.1 正規化的基本原則
6.1.1 第一正規形式
6.1.2 超鍵、候選鍵和主鍵
6.1.3 第二