ad holder

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf  mobi txt 电子书 下载

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载 2024

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载 2024


简体网页||繁体网页
[美] 西尔伯沙茨(Abraham Silberschatz) 著,杨冬青 编

下载链接在页面底部


点击这里下载
    


想要找书就要到 静思书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

发表于2024-04-28

商品介绍



出版社: 机械工业出版社
ISBN:9787111400868
版次:1
商品编码:11157154
品牌:机工出版
包装:平装
丛书名: 经典原版书库
外文名称:Database System Concepts
开本:32开
出版时间:2013-01-01
用纸:胶版纸
页数:750
正文语种:英文

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载 2024



类似图书 点击查看全场最低价

相关书籍





书籍描述

内容简介

  《经典原版书库:数据库系统概念(英文精编版·第6版)》内容由浅入深,既包含数据库系统基本概念,又反映数据库技术新进展。它被国际上许多著名大学所采用,包括斯坦福大学、耶鲁大学、得克萨斯大学、康奈尔大学、伊利诺伊大学等。我国也有多所大学采用《经典原版书库:数据库系统概念(英文精编版·第6版)》作为本科生和研究生数据库课程的教材和主要教学参考书,收到了良好的效果。《经典原版书库:数据库系统概念(英文精编版·第6版)》基于该书第6版进行改编,保留其中的基本内容,压缩或删除了一些高级内容,更加适合作为国内高校计算机及相关专业本科生数据库课程教材。

作者简介

  Abraham Silberchatz,于纽约州立大学石溪分校获得博士学位,现为耶鲁大学计算机科学SidneyJWeinberg教授,计算机科学系主任,曾任贝尔实验室信息科学研究中心副主任。
  
  HenryF.Korth,于普林斯顿大学获得博士学位,现为利哈伊大学计算机科学与工程系Weiseman教授,曾任贝尔实验室数据库原理研究中心主任。他是ACM Fellow和IEEE Fellow,是VLDB10年贡献奖的获得者。
  
  S.Sudarshan,于威斯康星大学麦迪逊分校获得博士学位,现为印度理工学院计算机科学与工程系教授,曾为贝尔实验室数据库研究组技术人员。

内页插图

目录

Chapter 1 Introduction
1.1 Database-System Applications
1.2 Purpose of Data base Systems
1.3 View of Data
1.4 Database Languages
1.5 Relational Databases
1.6 Database Design
1.7 Data Storage and Querying
1.8 Transaction Management
1.9 Database Architecture
1.10 Data Mining and Information Retrieval
1.11 Specialty Databases
1.12 Database Users and Administrators
1.13 History of Database Systems
1.14 Summary
Review Terms
Practice Exercises
Exercises
Tools
Bibliographical Notes

PART ONE RELATIONAL DATABASES
Chapter 2 Introduction to the Relational Model
2.1 Structure of Relational Databases
2.2 Database Schema
2.3 Keys
2.4 Schema Diagrams
2.5 Relational Query Languages
2.6 Relational Operations
2.7 Summary
Review Terms
Practice Exercises
Exercises
Bibliographical Notes
Chapter3 Introduction to SQL
3.1 Overview of the SQL Query Language
3.2 SQL Data Definition 3.3 Basic Structure of SQL Queries
3.4 Additional Basic Operations
3.5 Set Operations
3.6 Null Values
3.7 Aggregate Functions
3.8 Nested Subqueries
3.9 Modification of the Database
3.10 Summary
Review Terms
Practice Exercises
Exercises
Tools
Bibliographical Notes
Chapter 4 Intermediate SQL
4.1 Join Expressions
4.2 Views
4.3 Transactions
4.4 Integrity Constraints
4.5 SQL Data Types and Schemas
4.6 Authorization
4.7 Summary
Review Terms
Practice Exercises
Exercises
Bibliographical Notes
Chapter 5 Advanced SQL
5.1 Accessing SQL From a Programming Language
5.2 Functions and Procedures
5.3 Triggers
5.4 Recursive Queries
5.5 Advanced Aggregation Features
5.6 OLAP
5.7 Summary
Review Terms
Practice Exercises
Exercises
Tools
Bibliographical Notes
Chapter 6 Formal Relational Query Languages
6.1 The Relational Algebra
6.2 The Tuple Relational Calculus
6.3 The Domain Relational Calculus
6.4 Summary
Review Terms
Practice Exercises
Exercises
Bibliographical Notes

PART TWO DATABASE DESIGN
Chapter 7 Database Design and the E-R Model
7.1 Overview of the Design Process
7.2 The Entity-Relationship Model
7.3 Constraints 269
7.4 Removing Redundant Attributes in Entity Sets
7.5 Entity-Relationship Diagrams
7.6 Reduction to Relational Schemas
7.7 Entity-Relationship Design Issues
7.8 Extended E-R Features
7.9 Alternative Notations for Modeling Data
7.10 0ther Aspects of Database Design
7.11 Summary
Review Terms
Practice Exercises
Exercises
Tools
Bibliographical Notes
Chapter 8 Relational Database Design
8.1 Features of Good Relational Designs
8.2 Atomic Domains and First Normal Form
8.3 Decomposition Using Functional Dependencies
8.4 Functional-Dependency Theory
8.5 Algorithms for Decomposition
8.6 Decomposition Using Multivalued Dependencies
8.7 More Normal Forms
8.8 Database-Design Process
8.9 Modeling Temporal Data
8.10 Summary
Review Terms
Practice Exercises
Exercises
Bibliographical Notes

PART THREE DATA STORAGE , QUERYING, AND TRANSACTION MANAGEMENT
PART FOUR ADVANCED TOPICS
Bibliography

精彩书摘

  Atomicity: Suppose that, just before the execution of transaction Ti, the values of accounts A and B are $1000 and $2000, respectively. Now suppose that, during the execution of transaction Ti, a failure occurs that prevents Ti from completing its execution successfully. Further, suppose that the failure happened after the write(A) operation but before the write(B) operation. In this case, the values of accounts A and B reflected in the database are $950 and $2000. The system destroyed $50 as a result of this failure. In particular, we note that the sum A + B is no longer preserved.
  Thus, because of the failure, the state of the system no longer reflects a real state of the world that the database is supposed to capture. We term such a state an inconsistent state. We must ensure that such inconsistencies are not visible in a database system. Note, however, that the system must at some point be in an inconsistent state. Even if transaction Ti is executed to completion, there exists a point at which the value of account A is $950 and the value of account B is $2000, which is clearly an inconsistent state. This state, however, is eventually replaced by the consistent state where the value of account A is $950, and the value of account B is $2050.Thus, if the transaction never started or was guaranteed to complete, such an inconsistent state would not be visible except during the execution of the transaction. That is the reason for the atomicity requirement: If the atomicity property is present, all actions of the transaction are reflected in the database, or none are.
  The basic idea behind ensuring atomicity is this: The database system keeps track (on disk) of the old values of any data on which a transaction performs a write. This information is written to a file called the log. If the transaction does not complete its execution, the database system restores the old values from the log to make it appear as though the transaction never executed. Ensuring atomicity is the responsibility of the database system; specifically, it is handled by a component of the database called the recovery system, which we describe in detail in Section 12.7.
  Durability: Once the execution of the transaction completes successfully, and the user who initiated the transaction has been notified that the transfer of funds has taken place, it must be the case that no system failure can result in a loss of data corresponding to this transfer of funds. The durability property guarantees that, once a transaction completes successfully, all the updates that it carried out on the database persist, even if there is a system failure
  after the transaction completes execution.
  We assume for now that a failure of the computer system may result in loss of data in main memory, but data written to disk are never lost. We can guarantee durability by ensuring that either:
  1. The updates carried out by the transaction have been written to disk before the transaction completes.
  2. Information about the updates carried out by the transaction is written to disk, and such information is sufficient to enable the database to reconstruct the updates when the database system is restarted after the failure.
  ……

前言/序言

  数据库系统是对数据进行存储、管理、处理和维护的软件系统,是现代计算环境中的一个核心成分。随着计算机硬件、软件技术的飞速发展和计算机系统在各行各业的广泛应用,数据库技术的发展尤其迅速,引人注目。有关数据库系统的理论和技术是计算机科学技术教育中必不可少的部分。《数据库系统概念》是一本经典的、备受赞扬的数据库系统教科书,其内容由浅入深,既包含数据库系统的基本概念,又反映数据库技术新进展。本书被国际上许多著名大学采用,并多次再版。
  我们先后将本书的第3版、第4版、第5版和第6版译成中文,由机械工业出版社分别于2000年、2003年、2006年和2012年出版发行。国内许多大学采用《数据库系统概念》作为本科生和研究生数据库课程的教材或主要教学参考书,收到了良好的效果。
  我们基于《数据库系统概念》第5版进行了改编,保留其中的基本内容,压缩或删除了一些高级内容,形成了该书的本科教学版,其目的是使它更适合本科生的数据库课程使用。该本科教学版由机械工业出版社于2008年出版发行,被国内许多高校采用作为本科生数据库课程的教材或主要教学参考书。
  现在我们又基于《数据库系统概念》第6版进行了改编工作,希望它能够成为一本效果更好、更实用的本科生数据库课程的教材。
  ……

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载 2024

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] 下载 epub mobi pdf txt 电子书 2024

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] pdf 下载 mobi 下载 pub 下载 txt 电子书 下载 2024

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] mobi pdf epub txt 电子书 下载 2024

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载
想要找书就要到 静思书屋
立刻按 ctrl+D收藏本页
你会得到大惊喜!!

读者评价

评分

东西挺好的,好好学习吧

评分

很好我好喜欢的

评分

上课用的,内容感觉还是很好的。适合学习

评分

就是看不懂,,

评分

质量不错,值得购买。

评分

没啥说的,各种完美~XD

评分

全英文的,有点难度,看的烧脑!!!!

评分

写的的书都写得很好,还是朋友推荐我看的,后来就非非常喜欢,他的书了。除了他的书,我和我家小孩还喜欢看郑渊洁、杨红樱、黄晓阳、小桥老树、王永杰、杨其铎,他们的书我觉得都写得很好。3益智手工兵器大观·尼米兹级核动力航空母舰(附精美学习手册),很值得看,价格也非常便宜,比实体店买便宜好多还省车费。书的内容直得一读1.无需剪刀和胶水,拼插方法简便2.无毒无味,绝对环保安全3.拼插结构设计巧妙,成品形象逼真、精美4.附赠精美学习手册,边玩边学5.内附拼装步骤图,简明易懂6.通过完成拼图体验自己动手的拼装乐趣,充满无穷的快乐与成就感,阅读了一下,写得很好,本套丛书是一款益智手工拼图产品,共5种,分别为兵器类和建筑类。它是一种三维立体手工拼图,曾获国际礼品博览会金奖,被誉为加拿大国宝级智力产品。它是在平面拼图的基础上,采用计算机立体辅助设计,将无毒无味泡沫板与所拼图片利用环保胶水粘合在一起制成插件,通过插件的插口数字对接拼插,无需剪刀和胶水,成品可长期保存,可做装饰家居、馈赠亲友、点缀生活之用。本产品附赠精美学习手册,可在动手动脑之余学习知识,一书多用。3益智手工风靡海外多年,畅销欧美、日韩。其涉猎的内容较为广泛,品种多样、形象逼真、拼插巧妙、印制精良,集娱乐、学习、欣赏于一体,既是爸爸妈妈最爱的亲子益智互动游戏,又是上班族最好的动手健脑的手工产品,其面世后亦深受少年儿童及手工爱好者的喜爱。3益智手工的十大功能1.培养独立解决问题的能力2.了解部分与整体的关系3.建立顺序、秩序与立体组合的概念4.培养组织归纳与逻辑思维的能力5.训练精细动作,增进手眼脑协调发展6.培养观察力、耐心与专注力7.提升忍受挫折的耐力8.建立自信心,体验成就感9.培养空间思维能力,激发空间想象力10.均衡左右脑开发,提高视觉记忆力,内容也很丰富。,一本书多读几次,。快递送货也很快。还送货上楼。非常好。3益智手工兵器大观·尼米兹级核动力航空母舰(附精美学习手册),超值。买书就来来京东商城。价格还比别家便宜,还免邮费不错,速度还真是快而且都是正版书。1.无需剪刀和胶水,拼插方法简便2.无毒无味,绝对环保安全3.拼插结构设计巧妙,成品形象逼真、精美4.附赠精美学习手册,边玩边学5.内附拼装步骤图,简明易懂6.通过完成拼图体验自己动手的拼装乐趣,充满无穷的快乐与成就感,买回来觉得还是非常值的。我喜欢看书,喜欢看各种各样的书,看的很杂,文学名著,流行小说都看,只要作者的文笔不是太差,总能让我从头到脚看完整本书。只不过很多时候是当成故事来看,看完了感叹一番也就丢下了。所在来这里买书是非常明智的

评分

全英文的,有点难度,看的烧脑!!!!

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载 2024

类似图书 点击查看全场最低价

经典原版书库:数据库系统概念(英文精编版·第6版) [Database System Concepts] epub pdf mobi txt 电子书 下载 2024


分享链接









相关书籍


本站所有内容均为互联网搜索引擎提供的公开搜索信息,本站不存储任何数据与内容,任何内容与数据均与本站无关,如有需要请联系相关搜索引擎包括但不限于百度google,bing,sogou

友情链接

© 2024 book.tinynews.org All Rights Reserved. 静思书屋 版权所有