• <em id="pai5d"></em><sup id="pai5d"></sup>
    
    

    <small id="pai5d"><rp id="pai5d"></rp></small>
    <option id="pai5d"></option>

    
    
  • <sup id="pai5d"></sup>
    <em id="pai5d"><label id="pai5d"></label></em>

  • <s id="pai5d"></s>
    當前位置 : 首頁(yè)  圖書(shū) 正文

    國外優(yōu)秀信息科學(xué)與技術(shù)系列教學(xué)用書(shū)·數據庫系統:面向應用的方法(第2版)(影印版)簡(jiǎn)介,目錄書(shū)摘

    2019-10-30 16:05 來(lái)源:京東 作者:京東
    書(shū)
    國外優(yōu)秀信息科學(xué)與技術(shù)系列教學(xué)用書(shū)·數據庫系統:面向應用的方法(第2版)(影印版)
    暫無(wú)報價(jià)
    7評論 100%好評
    編輯推薦:  《數據庫系統:面向應用的方法(第2版影印版)》是一流的品質(zhì),優(yōu)惠的價(jià)格。
    內容簡(jiǎn)介:  《數據庫系統:面向應用的方法(第2版影印版)》講解了數據庫系統的基本知識,介紹了數據庫設計與實(shí)現的原理及其應用。主要內容包括數據庫與事務(wù)概述、關(guān)系數據模型、實(shí)體–關(guān)系圖數據庫概念建模與UML語(yǔ)言、關(guān)系代數與SQL、關(guān)系正則理論的數據庫設計、觸發(fā)與活動(dòng)數據庫、SQL應用、物理數據組織與索引、查詢(xún)處理基礎、查詢(xún)優(yōu)化概述、數據庫調制、事務(wù)處理概述、軟件工程需求與規范、數據庫設計、編碼與測試、對象數據庫概述、XML與網(wǎng)絡(luò )數據概述?!稊祿煜到y:面向應用的方法(第2版影印版)》提供了從多角度了解數據庫知識的途徑?!稊祿煜到y:面向應用的方法(第2版影印版)》配有各章電子教案、圖稿電子文檔、在線(xiàn)習題解答、參考資料鏈接、作業(yè)與測試題?!稊祿煜到y:面向應用的方法(第2版影印版)》適用于高等院校本科計算機及相關(guān)專(zhuān)業(yè)的數據庫系統課程。
    作者簡(jiǎn)介:  
    目錄:Preface
    PART ONE Introduction
    1 Overview of Databases and Transactions
    1.1 What Are Databases and Transactions?
    1.2 Features of Modern Database and Transaction Processing Systems
    1.3 Major Players in the Implementation and Support of Database
    and Transaction Processing Systems
    1.4 Decision Support Systems——-OLAP and OLTP
    2 The Big Picture
    2.1 Case Study:A Student Registration System
    2.2 Introduction to Relational Databases
    2.3 What Makes a Program a Transaction——The ACID Properties
    Bibliographic Notes
    Exercises

    PART Two Database Management
    3 The RelationaI Data ModeI
    3.1 What Is a Data Model?
    3.2 The Relational Model
    3.2.1 Basic Concepts
    3.2.2 Integrity Constraints
    3.3 SQData Definition Sublanguage
    3.3.1 Specifying the Relation Type
    3.3.2 The System Catalog
    3.3.3 Key Constraints
    3.3.4 Dealing with Missing Information
    3.3.5 Semantic Constraints
    3.3.6 User.Defined Domains
    3.3.7 Foreign.Key Constraints
    3.3.8 Reactive Constraints
    3.3.9 Database Views
    3.3.10 Modifying Existing Definitions
    3.3.11 SOL.Schemas
    3.3.12 Access Control
    Bibliographic Notes
    Exercises
    4 Conceptual Modeling of Databases with Entity-Relationship Diagrams and the Unified Modeling Language
    4.1 Conceptual Modeling with the E-R Approach
    4.2 Entities and Entity Types
    4.3 Relationships and Relationship Types
    4.4 Advanced Features in Conceptual Data Modeling
    4.4.1 Entity Type Hierarchies
    4.4.2 Participation Constraints
    4.4.3 The Part.of Relationship
    4.5 From E.R Diagrams to Relational Database Schemas
    4.5.1 Representation of Entities
    4.5.2 Representation of Relationships
    4.5.3 Representing IsA Hierarchies in the Relational Model
    4.5.4 Representation of Participation Constraints
    4.5.5 Representation of the Part—of Relationship
    4.6 UML:A New Kid on the Block
    4.6.1 Representing Entities in UML
    4.6.2 Representing Relationships in UML
    4.6.3 Advanced Modeling Concepts in UML
    4.6.4 Translation to SQL
    4.7 A Brokerage Firm Example
    4.7.1 An Entity-Relationship Design
    4.7.2 A UML Design
    4.8 Case Study:A Database Design for the Student Registration System
    4.8.1 The Database Part of the Requirements Document
    4.8.2 The Database Design
    4.9 Limitations of Data Modeling Methodologies
    Bibliographic Notes
    Exercises
    5 Relational Algebra and SQL
    5.1 Relational Algebra: Under the Hood of SQL
    5.1.1 Basic Operators
    5.1.2 Derived Operators
    5.2 The Query Sub]ansuage of SQL
    5.2.1 Simple SQL Queries
    5.2.2 Set Operations
    5.2.3 Nested Queries
    5.2.4 Quantified Predicates
    5.2.5 Aggregation over Data
    5.2.6 Join Expressions in the FROM Clause
    5.2.7 A Simple Query Evaluation Algorithm
    5.2.8 More on Views in SQL
    5.2.9 Materialized Views
    5.2.10 The Null Value Quandary
    5.3 Modifying Relation Instances in SQL
    5.3.1 Inserting Data
    5.3.2 Deleting Data
    5.3.3 Updating Existing Data
    5.3.4 Updates on Views
    Bibliographic Notes
    Exercises
    6 Database Design with the Relational Normalization Theory
    6.1 The Problem of Redundancy
    6.2 Decompositions
    6.3 Functional Dependencies
    6.4 Properties of Functional Dependencies
    6.5 Normal Forms
    6.5.1 The Boyce-Codd Normal Form
    6.5.2 The Third Normal Form
    6.6 Properties of Decompositions
    6.6.1 Lossless and Lossy Decompositions
    6.6.2 Dependency-Preserving Decompositions
    6.7 An Algorithm for BCNF Decomposition
    6.8 Synthesis of 3NF Schemas
    6.8.1 Minimal Cover
    6.8.2 3NF Decomposition through Schema Synthesis
    6.8.3 BCNF Decomposition through 3NF Synthesis
    6.9 The Fourth Normal Form
    6.10 Advanced 4NF Design
    6.10.1 MVDs and Their Properties
    6.10.2 The Difficulty of Designing for 4NF
    6.10.3 A 4NF Decomposition How-To
    6.11 Summary of Normal Form Decomposition
    6.12 Case Study: Schema Refinement for the Student Registration System
    6.13 Tuning Issues: To Decompose or Not to Decompose?
    Bibliographic Notes
    Exercises
    7 Triggers and Active Databases
    7.1 What Is a Trigger?
    7.2 Semantic Issues in Trigger Handling
    7.3 Triggers in SQL:1999
    7.4 Avoiding a Chain Reaction
    Bibliographic Notes
    Exercises
    8 Using SQL in an Application
    8.1 What Are the Issues Involved?
    8.2 Embedded SQL
    8.2.1 Status Processing
    8.2.2 Sessions, Connections, and Transactions
    8.2.3 Executing Transactions
    8.2.4 Cursors
    8.2.5 Stored Procedures on the Server
    8.3 More on Integrity Constraints
    8.4 Dynamic SQL
    8.4.1 Statement Preparation in Dynamic SQL
    8.4.2 Prepared Statements and the Descriptor Area
    8.4.3 Cursors
    8.4.4 Stored Procedures on the Server
    8.5 JDBC and SQLJ
    8.5.1 JDBC Basics
    8.5.2 Prepared Statements
    8.5.3 Result Sets and Cursors
    8.5.4 Obtaining Information about a Result Set
    8.5.5 Status Processing
    processing

    PART THREE Optimizing DBMS Performance and Traansaction Processing
    PART FOUR Software Engineering lssues and documentation
    PART FIVE Advanced topics in databases
    Bibliography
    Index
    熱門(mén)推薦文章
    相關(guān)優(yōu)評榜
    品類(lèi)齊全,輕松購物 多倉直發(fā),極速配送 正品行貨,精致服務(wù) 天天低價(jià),暢選無(wú)憂(yōu)
    購物指南
    購物流程
    會(huì )員介紹
    生活旅行/團購
    常見(jiàn)問(wèn)題
    大家電
    聯(lián)系客服
    配送方式
    上門(mén)自提
    211限時(shí)達
    配送服務(wù)查詢(xún)
    配送費收取標準
    海外配送
    支付方式
    貨到付款
    在線(xiàn)支付
    分期付款
    郵局匯款
    公司轉賬
    售后服務(wù)
    售后政策
    價(jià)格保護
    退款說(shuō)明
    返修/退換貨
    取消訂單
    特色服務(wù)
    奪寶島
    DIY裝機
    延保服務(wù)
    京東E卡
    京東通信
    京東JD+
    亚洲精品乱码久久久97_国产伦子一区二区三区_久久99精品久久久欧美_天天看片永久av影城网页
  • <em id="pai5d"></em><sup id="pai5d"></sup>
    
    

    <small id="pai5d"><rp id="pai5d"></rp></small>
    <option id="pai5d"></option>

    
    
  • <sup id="pai5d"></sup>
    <em id="pai5d"><label id="pai5d"></label></em>

  • <s id="pai5d"></s>