国产第1页_91在线亚洲_中文字幕成人_99久久久久久_五月宗合网_久久久久国产一区二区三区四区

讀書(shū)月攻略拿走直接抄!
歡迎光臨中圖網(wǎng) 請(qǐng) | 注冊(cè)
> >>
數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版)

包郵 數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版)

出版社:機(jī)械工業(yè)出版社出版時(shí)間:2009-01-01
所屬叢書(shū): 經(jīng)典原版書(shū)庫(kù)
開(kāi)本: 其它 頁(yè)數(shù): 565 頁(yè)
中 圖 價(jià):¥32.0(7.1折) 定價(jià)  ¥45.0 登錄后可看到會(huì)員價(jià)
加入購(gòu)物車 收藏
開(kāi)年大促, 全場(chǎng)包郵
?新疆、西藏除外
本類五星書(shū)更多>
買過(guò)本商品的人還買了

數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版) 版權(quán)信息

數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版) 目錄

The Worlds of Database Systems1.1The Evolution of Database Systems1.1.1Early Database Management Systems1.1.2Relational Database Systems1.1.3Smaller and Smaller Systems1.1.4Bigger and Bigger Systems1.1.5Information Integration1.2Overview of a Database Management System1.2.1Data-Definition Language Commands 1.2.2Overview of Query Processing1.2.3Storage and Buffer Management1.2.4Transaction Processing1.2.5The Query Processor1.3Outline of Database-System Studies1.4References for Chapter 1IRelational Database Modeling2The Relational Model of Data2.1An Overview of Data Models2.1.1What is a Data Model?2.1.2Important Data Models2.1.3The Relational Model in Brief2.1.4The Semistructured Model in Brief2.1.5Other Data Models2.1.6Comparison of Modeling Approaches2.2Basics of the Relational Model2.2.1Attributes2.2.2Schemas2.2.3Tuples2.2.4Domains2.2.5Equivalent Representations of a Relation2.2.6Relation Instances2.2.7Keys of Relations2.2.8An Example Database Schema2.2.9Exercises for Section 2.22.3Defining a Relation Schema in SQL2.3.1Relations in SQL2.3.2Data Types2.3.3Simple Table Declarations2.3.4Modifying Relation Schemas2.3.5Default Values2.3.6Declaring Keys2.3.7Exercises for Section 2.32.4An Algebraic Query Language2.4.1Why Do We Need a Special Query Language?2.4.2 What is an Algebra?2.4.3Overview of Relational Algebra2.4.4Set Operations on Relations2.4.5Projection2.4.6Selection2.4.7Cartesian Product2.4.8Natural Joins2.4.9Theta-Joins2.4.10 Combining Operations to Form Queries2.4.11 Naming and Renaming2.4.12 Relationships Among Operations2.4.13 A Linear Notation for Algebraic Expressions2.4.14 Exercises for Section 2.42.5Constraints on Relations2.5.1Relational Algebra as a Constraint Language2.5.2Referential Integrity Constraints2.5.3Key Constraints2.5.4Additional Constraint Examples2.5.5Exercises for Section 2.52.6Summary of Chapter 22.7References for Chapter 2Design Theory for Relational Databases3.1Functional Dependencies3.1.1Definition of Functional Dependency3.1.2Keys of Relations3.1.3Superkeys3.1.4Exercises for Section 3.13.2Rules About Functional Dependencies3.2.1Reasoning About Functional Dependencies 3.2.2The Splitting/Combining Rule3.2.3 nivial Functional Dependencies3.2.4 Computing the Closure of Attributes3.2.5 Why the Closure Algorithm Works3.2.6 The Transitive Rule3.2.7 Closing Sets ofFunctional Dependencies3.2.8 Projecting Functional Dependencies3.2.9 Exercises for Section 3.23.3 Design of Relational Database Schema3.3.1Anomalies3.3.2 Decomposing Relations3.3.3 Boyce-Codd Normal Form3.3.4 Decomposition into BCNF3.3.5 Exercises for Section 3.33.4 Decomposition:The Good,Bad,and Ugly3.4.1Recovering Information from a Decomposition3.4.2 The Chase Test for Lossless Join3.4.3Why the Chase works3.4.4 Dependency Preservation3.4.5 Exercises for Section 3.43.5 Third Normal Form3.5.1 Definition of Third Normal Form3.5.2The Synthesis Algorithm for 3NF Schemas3.5.3 Why the 3NF Synthesis Algorithm Works3.5.4 Exercises for Section 3.53.6 Multivalued Dependencies3.6.1Attribute Independence and Its Consequent Redundancy3.6.2 Definition ofMultivalued Dependencies3.6.3Reasoning About Multivalued Dependencies3.6.4 F0urth Normal Form3.6.5 Decomposition into Fourth Normal Form3.6.6Relationships Among Normal Forms3.6.7 Exercises for Section 3.63.7 An Algorithm for Discovering MVD'S3.7.1 The Closure and the Chase3.7.2Extending the Chase to MVD's3.7.3Why the Chase W10rks for MVD'S3.7.4 Projecting MVD'S3.7.5 Exercises for Section 3.73.8 Summary of Chapter 33.9 References for Chapter 34 High-Level Database M0dels5 Algebraic and Logical Query Languages6 The Database Language SQL7 Constraints and Triggers 8 Views and Indexes9 SQL in a Server Environment 10 Advanced Topics in Relational DatabasesⅢ Modeling and Programming for semistructured Data
展開(kāi)全部

數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版) 節(jié)選

《數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程》由美國(guó)斯坦福大學(xué)知名計(jì)算機(jī)科學(xué)家Jeffrey Ullman和Jennifer Widom合作編寫。書(shū)中介紹了核心DBMS概念、理論和模型,描述了如何使用抽象語(yǔ)言和SQL查詢與更新DBMS。在介紹了SQL擴(kuò)展內(nèi)容(包括嵌入式SQL程序設(shè)計(jì)和對(duì)象關(guān)系特征)后,又介紹了使用XML的系統(tǒng)。設(shè)計(jì)語(yǔ)言包括XML模式,查詢語(yǔ)言包括XPath和XQuery。本書(shū)特色全面改版的組織結(jié)構(gòu)。UML數(shù)據(jù)庫(kù)模型的新內(nèi)容。包括3NF綜合算法在內(nèi)的操作依賴新算法的引入。更多的3NF,包括3NF綜合算法。擴(kuò)展的SQL觸發(fā)討論。新增的索引選擇和物化視圖。新增的三層體系結(jié)構(gòu)。新增的PHP。新增的OLAP和SQL立方體操作符介紹。擴(kuò)展的XML內(nèi)容,包括XML模式、XPath、XQuery和XSLT。

數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版) 相關(guān)資料

4.6.3Using Null Values to Combine RelationsThere is one more approach to representing information ab out a hier ar chy ofentity sets.If we axe allowed to use NULL(the null value aS in SQL)as avalue in t uples,we can h andle a hier archy of entity sets with a single relationThis relation has all the att rib utes b elonging to any entity set of the hierarchy.An entity is then represented by a single tup le.This tuple has NuLL in eachattribute that is not defined for that entity.Example 4.33:If we applied this approach to the diagram of Fig.4.3 1,wewould create a single relation whose schema iS:Movie(title,year,length,genre,weapon)Those movies t hat are not mur der mysteries would have NULL in the weapon comp onent of their tuple.It would also be necessary to have a relation Voicesto connect those movies that are cartoons to t he starts performing the voices,as in Example.

數(shù)據(jù)庫(kù)系統(tǒng)基礎(chǔ)教程-(第3版)-(英文版) 作者簡(jiǎn)介

作者: Jeffrey D. Ullman

Jeffrey D. Ullman 斯坦福大學(xué)計(jì)算機(jī)科學(xué)系Stanford W. Ascherman教授,數(shù)據(jù)庫(kù)技術(shù)專家。他獨(dú)立或與人合作出版了15本著作,發(fā)表了170多篇技術(shù)論文。他的研究興趣包括數(shù)據(jù)庫(kù)理論、數(shù)據(jù)庫(kù)集成、數(shù)據(jù)挖掘和利用信息基礎(chǔ)設(shè)施進(jìn)行教育。他是美國(guó)國(guó)家工程院成員,曾獲得Knuth獎(jiǎng)、SIGMOD貢獻(xiàn)獎(jiǎng)、Karlstrom杰出教育家獎(jiǎng)和Edgar F. Codd發(fā)明獎(jiǎng)。

商品評(píng)論(0條)
暫無(wú)評(píng)論……
書(shū)友推薦
本類暢銷
編輯推薦
返回頂部
中圖網(wǎng)
在線客服
主站蜘蛛池模板: 国产91麻豆视频 | 成人午夜福利视频后入 | 最近最新中文字幕 | 亚洲 欧美 国产 制服 动漫 | 无码va在线观看 | 国产亚洲成av人片在线观黄桃 | 欧美日韩aa一级视频 | 久草视频在线播放 | 黄色在线视频网 | 亚洲 欧美 国产 日韩 精品 | 尤物在线精品视频 | 久久99久久99精品免视看动漫 | 亚洲欧美在线一区二区 | 国产精品一区二区三 | 国产一级黄 | 国产成人精品一区二区三在线观看 | 麻豆小视频| 男人下部进女人下部视频 | 黄色大片在线免费看 | 欧美a级成人淫片免费看 | 久久精品动漫网一区二区 | 国产91在线播放边 | av无码精品一区二区三区 | 日韩精品久久久肉伦网站 | 狼群视频在线观看www | 无码人妻h动漫 | 亚洲视频三级 | 亚洲首页国产精品丝袜 | 欧美日韩一区二区视频免费看 | 日韩久久免费视频 | 国产一区日韩二区欧美三 | 亚洲欧美激情综合首页 | 国产女上位 | 最爽无遮挡行房视频 | 在线久| 国产精品亚洲高清一区二区 | 欧美日韩v | 亚洲欧美日韩中文字幕在线一区 | 玩弄放荡人妻少妇系列视频 | 久久人人妻人人爽人人爽 | 免费观看小视频 |