数据库系统概念(英文精编版·第6版)图书
人气:8

数据库系统概念(英文精编版·第6版)

《数据库系统概念》是数据库系统方面的经典教材之一,其内容由浅入深,既包含数据库系统基本概念,又反映数据库技术新进展。它被国际上许多著名大学所采用,包括斯坦福大学、耶鲁大学、得克萨斯大学、康奈尔大学、...

内容简介

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

作者简介

Abraham Silberchatz于纽约州立大学石溪分校获得博士学位,现为耶鲁大学计算机科学Sidney J.Weinberg教授,计算机科学系主任,曾任贝尔实验室信息科学研究中心副主任、、

Henry F.Korth于普林斯顿大学获得博士学位,现为利哈伊大学计算机科学与工程系Weiserman教授,曾任贝尔实验室数据库原理研究中心主任。他是ACM Fellow和IEEE Fellow,是VLDB 10年贡献奖的获得者。

S.Sudarshan于威斯康星大学麦迪逊分校获得博士学位,现为印度理工学院计算机科学与工程系教授,曾为贝尔实验室数据库研究组技术人员。 点击查看更多内容

目录

chapter 1 introduction

1.1 database-system applications

1.2 purpose of database 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

bibhographical notes

chapter 3 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.60lap

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

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 other 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

chapter 9 application design and development

9.1 application programs and user interfaces

9.2 web fundamentals

9.3 servlets and jsp

9.4 application architectures

9.5 rapid application development

9.6 application performance

9.7 application security

9.8 encryption and its applications

9.9 summary

review terms

practice exercises

exercises

project suggestions

tools

bibliographical notes

part three data storage,querying,and transaction management

chapter 10 data storage and data access

10.1 overview of physical storage media

10.2 magnetic disk and flash storage

10.3 organization of files and records

10.4 data-dictionary storage

10.5 database buffer

10.6 basic concepts of index

10.7 ordered indices

10.8 b+-tree index files

10.9 hash file organization and hash index

10.10 index definition in sql

10.11 summary

review terms

practice exercises

exercises

bibliographical notes

chapter 11 query processing and query optimization

11.1 overview

11.2 measures of query cost

11.3 implementation of relational algebra operation

11.4 evaluation of expressions

11.5 query optimization

11.6 summary

review terms

practice exercises

exercises

bibliographical notes

chapter 12 transaction management

12.1 transaction concept

12.2 transaction atomicity and durability

12.3 transaction isolation

12.4 serializability

12.5 recoverability

12.6 concurrency control

12.7 recovery system

12.8 summary

review terms

practice exercises

exercises

bibliographical notes

part four advanced topics

chapter 13 data warehousing and mining

13.1 decision-support systems

13.2 data warehousing

13.3 data mining

13.4 summary

review terms

practice exercises

exercises

tools

bibliographical notes

chapter 14 object-based databases

14.1 overview

14.2 complex data types

14.3 structured types and inheritance in sql

14.4 table inheritance

14.5 array and multiset types in sql

14.6 object-identity and reference types in sql

14.7 implementing o-r features

14.8 persistent programming languages

14.9 object-relational mapping

14.10 object-oriented versus object-relational

14.11 summary

review terms

practice exercises

exercises

tools

bibliographical notes

chapter 15 xml

15.1 motivation

15.2 structure of xml data

15.3 xml document schema

15.4 querying and transformation

15.5 application program interfaces to xml

15.6 storage of xml data

15.7 xml applications

15.8 summary

review terms

practice exercises

exercises

tools

bibliographical notes

chapter 16 advanced application development

16.1 performance tuning

16.2 performance benchmarks

16.3 other issues in application development

16.4 standardization

16.5 summary

review terms

practice exercises

exercises

bibliographical notes

bibliography

网友评论(不代表本站观点)

来自无昵称**的评论:

包装很好,速度很快

2015-03-16 21:14:13
来自取名无**的评论:

老师也觉得超级赞

2015-04-03 23:39:26
来自yueqqin**的评论:

不错

2015-05-13 08:19:46
来自夏辉虎**的评论:

特别是有了孩子这后总喜欢上来淘些好书都说早期阅读是儿童身心成长的关键选择合适的图书并以正确的方式阅读孩子就能在快乐中全面发展心智

2015-05-25 20:17:26
来自巍巍青**的评论:

还不错

2015-06-18 21:48:40
来自无昵称**的评论:

2015-08-05 08:43:09
来自无昵称**的评论:

书脊上有裂痕,质量好像不是很好

2015-08-23 17:35:05
来自无昵称**的评论:

很不错的一本书,期待一下

2015-09-02 15:18:24
来自无昵称**的评论:

纸张质量不大好,一个角还开裂了

2015-12-31 16:38:32
来自alanlik**的评论:

经典

2015-12-31 16:51:52
来自丨灬生**的评论:

好小啊。。。本来以为是一大本。。。结果字超级小。。。

2016-01-22 15:32:30
来自communi**的评论:

加油加油。生意欣荣

2016-07-29 00:49:25
来自无昵称**的评论:

有些页面有损

2016-09-07 09:15:25
来自时丫丫**的评论:

买英文版就为了鼓励自己好好念书,质量不错

2017-02-23 16:37:32
来自匿名用**的评论:

是我需要的课本

2017-03-09 23:17:23
来自l***6(**的评论:

大牌子,还是比较放心151011

2017-06-08 13:17:34
来自无昵称**的评论:

哈哈跟哥哥哥哥哥哥哥哥哥哥哥哥哥哥哥哥哥哥哥哥

2017-08-23 12:49:54
来自szt4762**的评论:

书很好很好很好

2017-09-01 10:19:28
来自y旧历圣**的评论:

有点小厚,但是很棒的英文教材

2017-09-27 11:38:24
来自无昵称**的评论:

一开始有点难,过一段时间之后适应了之后就比较好了,对提高英语也有很多帮助

2013-09-08 12:26:02
来自微时代**的评论:

快递送到很快,很满意。书的内容也很好,深入浅出。

2013-09-08 20:57:16
来自睛天说**的评论:

书不如第五版,更像中国的教材了。适应中国国情?

2013-11-21 15:52:25
来自kevinyx**的评论:

去英国留学,不过英国教材超贵,这个是原版的,而且实惠。内容感觉挺有条理的

2013-06-04 12:45:37
来自微时代**的评论:

价钱合适,发货速度够快。不过,对于书的内容还没有细读,不敢妄论,作为教材还算不错

2013-09-05 17:58:19
来自郑树聪**的评论:

书不错,内容清晰。开学季刚好遇上搞活动,买这本教材便宜了许多。

2014-09-21 20:10:34
来自微时代**的评论:

书中的内容虽然是英文,但读起来也不太费力,如果之前对数据库有一点点了解的话,很适合去看

2013-09-08 12:23:27
登录后即可发表评论

免责声明

更多相关图书
在线咨询