成功加入购物车

去购物车结算 X
辉煌二手教材专营店
  • 数据库系统基础教程(英文版·第3版第三版)(经典原版书库) (美国)(Jeffrey D. Ullman)厄尔曼 (美国)(Jennifer Widom)怀德姆 机械工业出版社 9787111247333 正版旧书

数据库系统基础教程(英文版·第3版第三版)(经典原版书库) (美国)(Jeffrey D. Ullman)厄尔曼 (美国)(Jennifer Widom)怀德姆 机械工业出版社 9787111247333 正版旧书

举报

正版旧书 里面部分笔记 内容完好 可正常使用 旧书不附带光盘

  • 作者: 
  • 出版社:    机械工业出版社
  • ISBN:    9787111247333
  • 出版时间: 
  • 装帧:    线装
  • 页数:    565页
  • 作者: 
  • 出版社:  机械工业出版社
  • ISBN:  9787111247333
  • 出版时间: 
  • 装帧:  线装
  • 页数:  565页

售价 2.20

品相 九五品

优惠 满包邮

优惠 满减券
    运费
    本店暂时无法向该地区发货

    延迟发货说明

    时间:
    说明:

    上书时间2024-04-16

    数量
    库存13
    微信扫描下方二维码
    微信扫描打开成功后,点击右上角”...“进行转发

    卖家超过10天未登录

    • 商品详情
    • 店铺评价
    手机购买
    微信扫码访问
    • 商品分类:
      计算机与互联网
      货号:
      465590
      商品描述:
      温馨提示:亲!旧书库存变动比较快,有时难免会有断货的情况,为保证您的利益,拍前请务必联系卖家咨询库存情况!谢谢!书名:数据库系统基础教程(英文版·第3版)(经典原版书库)
      编号:465590
      ISBN:9787111247333[十位:]
      作者:(美国)(Jeffrey D. Ullman)厄尔曼 (美国)(Jennifer Widom)怀德姆
      出版社:机械工业出版社
      出版日期:2008年01月
      页数:565
      定价:45.00 元
      参考重量:0.550Kg
      -------------------------
      新旧程度:6-9成新左右,不影响阅读,详细情况请咨询店主
      如图书附带、磁带、学习卡等请咨询店主是否齐全* 图书目录 *The Worlds of Database Systems
      1.1The Evolution of Database Systems
      1.1.1Early Database Management Systems
      1.1.2Relational Database Systems
      1.1.3Smaller and Smaller Systems
      1.1.4Bigger and Bigger Systems
      1.1.5Information Integration
      1.2Overview of a Database Management System
      1.2.1Data-Definition Language Commands 
      1.2.2Overview of Query Processing
      1.2.3Storage and Buffer Management
      1.2.4Transaction Processing
      1.2.5The Query Processor
      1.3Outline of Database-System Studies
      1.4References for Chapter 1
      IRelational Database Modeling
      2The Relational Model of Data
      2.1An Overview of Data Models
      2.1.1What is a Data Model?
      2.1.2Important Data Models
      2.1.3The Relational Model in Brief
      2.1.4The Semistructured Model in Brief
      2.1.5Other Data Models
      2.1.6Comparison of Modeling Approaches
      2.2Basics of the Relational Model
      2.2.1Attributes
      2.2.2Schemas
      2.2.3Tuples
      2.2.4Domains
      2.2.5Equivalent Representations of a Relation
      2.2.6Relation Instances
      2.2.7Keys of Relations
      2.2.8An Example Database Schema
      2.2.9Exercises for Section 2.2
      2.3Defining a Relation Schema in SQL
      2.3.1Relations in SQL
      2.3.2Data Types
      2.3.3Simple Table Declarations
      2.3.4Modifying Relation Schemas
      2.3.5Default Values
      2.3.6Declaring Keys
      2.3.7Exercises for Section 2.3
      2.4An Algebraic Query Language
      2.4.1Why Do We Need a Special Query Language?
      2.4.2 What is an Algebra?
      2.4.3Overview of Relational Algebra
      2.4.4Set Operations on Relations
      2.4.5Projection
      2.4.6Selection
      2.4.7Cartesian Product
      2.4.8Natural Joins
      2.4.9Theta-Joins
      2.4.10 Combining Operations to Form Queries
      2.4.11 Naming and Renaming
      2.4.12 Relationships Among Operations
      2.4.13 A Linear Notation for Algebraic Expressions
      2.4.14 Exercises for Section 2.4
      2.5Constraints on Relations
      2.5.1Relational Algebra as a Constraint Language
      2.5.2Referential Integrity Constraints
      2.5.3Key Constraints
      2.5.4Additional Constraint Examples
      2.5.5Exercises for Section 2.5
      2.6Summary of Chapter 2
      2.7References for Chapter 2
      Design Theory for Relational Databases
      3.1Functional Dependencies
      3.1.1Definition of Functional Dependency
      3.1.2Keys of Relations
      3.1.3Superkeys
      3.1.4Exercises for Section 3.1
      3.2Rules About Functional Dependencies
      3.2.1Reasoning About Functional Dependencies 
      3.2.2The Splitting/Combining Rule
      3.2.3 nivial Functional Dependencies
      3.2.4 Computing the Closure of Attributes
      3.2.5 Why the Closure Algorithm Works
      3.2.6 The Transitive Rule
      3.2.7 Closing Sets ofFunctional Dependencies
      3.2.8 Projecting Functional Dependencies
      3.2.9 Exercises for Section 3.2
      3.3 Design of Relational Database Schema
      3.3.1Anomalies
      3.3.2 Decomposing Relations
      3.3.3 Boyce-Codd Normal Form
      3.3.4 Decomposition into BCNF
      3.3.5 Exercises for Section 3.3
      3.4 Decomposition:The Good,Bad,and Ugly
      3.4.1Recovering Information from a Decomposition
      3.4.2 The Chase Test for Lossless Join
      3.4.3Why the Chase works
      3.4.4 Dependency Preservation
      3.4.5 Exercises for Section 3.4
      3.5 Third Normal Form
      3.5.1 Definition of Third Normal Form
      3.5.2The Synthesis Algorithm for 3NF Schemas
      3.5.3 Why the 3NF Synthesis Algorithm Works
      3.5.4 Exercises for Section 3.5
      3.6 Multivalued Dependencies
      3.6.1Attribute Independence and Its Consequent Redundancy
      3.6.2 Definition ofMultivalued Dependencies
      3.6.3Reasoning About Multivalued Dependencies
      3.6.4 F0urth Normal Form
      3.6.5 Decomposition into Fourth Normal Form
      3.6.6Relationships Among Normal Forms
      3.6.7 Exercises for Section 3.6
      3.7 An Algorithm for Discovering MVD'S
      3.7.1 The Closure and the Chase
      3.7.2Extending the Chase to MVD's
      3.7.3Why the Chase W10rks for MVD'S
      3.7.4 Projecting MVD'S
      3.7.5 Exercises for Section 3.7
      3.8 Summary of Chapter 3
      3.9 References for Chapter 3
      4 High-Level Database M0dels
      5 Algebraic and Logical Query Languages
      6 The Database Language SQL
      7 Constraints and Triggers 
      8 Views and Indexes
      9 SQL in a Server Environment 
      10 Advanced Topics in Relational Databases
      Ⅲ Modeling and Programming for semistructured Data
      ……

      配送说明

      ...

      相似商品

      为你推荐

    孔网啦啦啦啦啦纺织女工火锅店第三课

    开播时间:09月02日 10:30

    即将开播,去预约
    直播中,去观看