久久人人做人人妻人人玩精品hd,精品国产成人av在线,好姑娘在线视频免费观看 ,含羞草电影免费看韩国,果冻传媒一区

當(dāng)前位置 : 首頁  圖書 正文

數(shù)據(jù)庫系統(tǒng):設(shè)計(jì)、實(shí)現(xiàn)與管理(第5版)(英文版)簡(jiǎn)介,目錄書摘

2019-12-16 10:35 來源:京東 作者:京東
數(shù)據(jù)庫實(shí)現(xiàn)
數(shù)據(jù)庫系統(tǒng):設(shè)計(jì)、實(shí)現(xiàn)與管理(第5版)(英文版)
暫無報(bào)價(jià)
20+評(píng)論 96%好評(píng)
內(nèi)容簡(jiǎn)介:    《數(shù)據(jù)庫系統(tǒng):設(shè)計(jì)、實(shí)現(xiàn)與管理(第5版)(英文版)》是數(shù)據(jù)庫領(lǐng)域的經(jīng)典著作,內(nèi)容系統(tǒng)全面,實(shí)用性強(qiáng),被世界多所大學(xué)選為數(shù)據(jù)庫相關(guān)課程的教材?!稊?shù)據(jù)庫系統(tǒng):設(shè)計(jì)、實(shí)現(xiàn)與管理(第5版)(英文版)》主要內(nèi)容有:數(shù)據(jù)庫系統(tǒng)和數(shù)據(jù)庫設(shè)計(jì)的基本知識(shí);關(guān)系模型和關(guān)系語言;數(shù)據(jù)庫分析和設(shè)計(jì)的主要技術(shù);數(shù)據(jù)庫設(shè)計(jì)方法學(xué);數(shù)據(jù)庫安全、事務(wù)管理、查詢處理與優(yōu)化;分布式DBMS與數(shù)據(jù)復(fù)制技術(shù);面向?qū)ο髷?shù)據(jù)庫技術(shù);DBMS與Web技術(shù)的結(jié)合,半結(jié)構(gòu)化數(shù)據(jù)與XML;與商務(wù)智能有關(guān)的一些日益重要的技術(shù),包括數(shù)據(jù)倉庫、聯(lián)機(jī)分析處理和數(shù)據(jù)挖掘以及數(shù)據(jù)庫架構(gòu)等。
作者簡(jiǎn)介:    作者:(英國)康諾利 (Thomas M.Connolly) (英國)貝格 (Carolyn E.Begg)
目錄:PART 1 Background
CHAPTER 1 Introduction to Databases 
1.1 Introduction 
1.2 Traditional File-Based Systems 
1.2.1 File-Based Approach 
1.2.2 Limitations of the File-Based Approach 
1.3 Database Approach 
1.3.1 The Database 
1.3.2 The Database Management System (DBMS) 
1.3.3 (Database) Application Programs 
1.3.4 Components of the DBMS Environment 
1.3.5 Database Design: The Paradigm Shift 
1.4 Roles in the Database Environment 
1.4.1 Data and Database Administrators 
1.4.2 Database Designers 
1.4.3 Application Developers 
1.4.4 End-Users 
1.5 History of Database Management Systems 
1.6 Advantages and Disadvantages of DBMSs 
Chapter Summary 
Review Questions 
Exercises 
CHAPTER 2 Database Environment 
2.1 The Three-Level ANSI-SPARC Architecture 
2.1.1 External Level 
2.1.2 Conceptual Level 
2.1.3 Internal Level 
2.1.4 Schemas, Mappings, and Instances 
2.1.5 Data Independence 
2.2 Database Languages 
2.2.1 The Data Definition Language (DDL) 
2.2.2 The Data Manipulation Language (DML) 
2.2.3 Fourth-Generation Languages (4GLs) 
2.3 Data Models and Conceptual Modeling 
2.3.1 Object-Based Data Models 
2.3.2 Record-Based Data Models 
2.3.3 Physical Data Models 
2.3.4 Conceptual Modeling 
2.4 Functions of a DBMS 
Chapter Summary 
Review Questions 
Exercises 
CHAPTER 3 Database Architectures and the Web 
3.1 Multi-user DBMS Architectures 
3.1.1 Teleprocessing 
3.1.2 File-Server Architecture 
3.1.3 Traditional Two-Tier Client-Server Architecture 
3.1.4 Three-Tier Client-Server Architecture 
3.1.5 N-Tier Architectures 
3.1.6 Middleware 
3.1.7 Transaction Processing Monitors 
3.2 Web Services and Service-Oriented Architectures 
3.2.1 Web Services 
3.2.2 Service-Oriented Architectures (SOA) 
3.3 Distributed DBMSs 
3.4 Data Warehousing 
3.5 Components of a DBMS 
3.6 Oracle Architecture 
3.6.1 Oracle誷 Logical Database Structure 
3.6.2 Oracle誷 Physical Database Structure 
Chapter Summary 
Review Questions 
Exercises 
PART 2 The Relational Model and Languages
CHAPTER 4 The Relational Model 
4.1 Brief History of the Relational Model 
4.2 Terminology 
4.2.1 Relational Data Structure 
4.2.2 Mathematical Relations 
4.2.3 Database Relations 
4.2.4 Properties of Relations 
4.2.5 Relational Keys 
4.2.6 Representing Relational Database Schemas 
4.3 Integrity Constraints 
4.3.1 Nulls 
4.3.2 Entity Integrity 
4.3.3 Referential Integrity 
4.3.4 General Constraints 
4.4 Views 
4.4.1 Terminology 
4.4.2 Purpose of Views 
4.4.3 Updating Views 
Chapter Summary 
Review Questions 
Exercises 
CHAPTER 5 Relational Algebra and Relational Calculus 
5.1 The Relational Algebra 
5.1.1 Unary Operations 
5.1.2 Set Operations 
5.1.3 Join Operations 
5.1.4 Division Operation 
5.1.5 Aggregation and Grouping Operations 
5.1.6 Summary of the Relational Algebra Operations 
5.2 The Relational Calculus 
5.2.1 Tuple Relational Calculus 
5.2.2 Domain Relational Calculus 
5.3 Other Languages 
Chapter Summary 
Review Questions 
Exercises 
CHAPTER 6 SQL: Data Manipulation 
6.1 Introduction to SQL 
6.1.1 Objectives of SQL 
6.1.2 History of SQL 
6.1.3 Importance of SQL 
6.1.4 Terminology 
6.2 Writing SQL Commands 
6.3 Data Manipulation 
6.3.1 Simple Queries 
6.3.2 Sorting Results (ORDER BY Clause) 
6.3.3 Using the SQL Aggregate Functions 
6.3.4 Grouping Results (GROUP BY Clause) 
6.3.5 Subqueries 
6.3.6 ANY and ALL 
6.3.7 Multi-table Queries 
6.3.8 EXISTS and NOT EXISTS 
6.3.9 Combining Result Tables (UNION, INTERSECT, EXCEPT) 
6.3.10 Database Updates 
Chapter Summary 
Review
熱門推薦文章
相關(guān)優(yōu)評(píng)榜
品類齊全,輕松購物 多倉直發(fā),極速配送 正品行貨,精致服務(wù) 天天低價(jià),暢選無憂
購物指南
購物流程
會(huì)員介紹
生活旅行/團(tuán)購
常見問題
大家電
聯(lián)系客服
配送方式
上門自提
211限時(shí)達(dá)
配送服務(wù)查詢
配送費(fèi)收取標(biāo)準(zhǔn)
海外配送
支付方式
貨到付款
在線支付
分期付款
郵局匯款
公司轉(zhuǎn)賬
售后服務(wù)
售后政策
價(jià)格保護(hù)
退款說明
返修/退換貨
取消訂單
特色服務(wù)
奪寶島
DIY裝機(jī)
延保服務(wù)
京東E卡
京東通信
京東JD+