Have one to sell? Sell yours here
or
Get a £11.95 Amazon.co.uk Gift Card
Database Systems Concepts
 
See larger image
 
Tell the Publisher!
I’d like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Database Systems Concepts [Hardcover]

Abraham Silberschatz , Henry F. Korth , S. Sudarshan
4.3 out of 5 stars  See all reviews (6 customer reviews)

Available from these sellers.


Formats

Amazon Price New from Used from
Hardcover £93.27  
Hardcover, 1 Jun 2005 --  
Paperback £35.99  
Multimedia CD --  
Trade In this Item for up to £11.95
Get an extra £5 when you trade in books worth £10 or more until June 30, 2012. Trade in Database Systems Concepts for an Amazon.co.uk gift card of up to £11.95, which you can then spend on millions of items across the site. Trade-in values may vary (terms apply). Find more products eligible for trade-in.
There is a newer edition of this item:
Database System Concepts Database System Concepts 4.3 out of 5 stars (6)
£93.27
In stock.


Product details

  • Hardcover: 1168 pages
  • Publisher: McGraw-Hill Higher Education; 5 edition (1 Jun 2005)
  • Language English
  • ISBN-10: 0072958863
  • ISBN-13: 978-0072958867
  • Product Dimensions: 23.8 x 19.4 x 4.8 cm
  • Average Customer Review: 4.3 out of 5 stars  See all reviews (6 customer reviews)
  • Amazon Bestsellers Rank: 811,414 in Books (See Top 100 in Books)
  • See Complete Table of Contents

More About the Authors

Discover books, learn about writers, and more.

Product Description

Product Description

Database System Concepts, 5/e, is intended for a first course in databases at the junior or senior undergraduate, or first-year graduate, level. In addition to basic material for a first course, the text contains advanced material that can be used for course supplements, or as introductory material for an advanced course.

The authors assume only a familiarity with basic data structures, computer organization, and a high-level programming language such as Java, C, or Pascal. Concepts are presented as intuitive descriptions, and many are based on the running example of a bank enterprise. Important theoretical results are covered, but formal proofs are omitted. In place of proofs, figures and examples are used to suggest why a result is true.

The fundamental concepts and algorithms covered in the book are often based on those used in existing commercial or experimental database systems. The aim is to present these concepts and algorithms in a general setting that is not tied to one particular database system. Details of particular commercial database systems are discussed in the case studies which constitute Part 8 of the book.

The fifth edition of Database System Concepts retains the overall style of prior editions while evolving the content and organization to reflect the changes that are occurring in the way databases are designed, managed, and used.

Key Handles: • Early coverage of SQL in two chapters • Think of SQL as doing or creating Queries • Silberschatz uses a bank analogy throughout his text with Running Examples • Case studies are incorporated that represent a different database, this is in the last Part of the text • Focuses on cutting edge material, such as xml, web based database systems

About the Author


Abraham Silberschatz (Ph.D. the State University of New York at Stony Brook) is a Professor of Computer Science at Yale University. Prior to joining Yale, he was the Vice President of the Information Sciences Research Center at Bell Laboratories, Murray Hill, New Jersey. Prior to that, he held a chaired professorship in the Department of Computer Sciences at the University of Texas at Austin. His research interests include operating systems, database systems, real-time systems, storage systems, network management, and distributed systems. Prof. Silberschatz is an ACM Fellow and an IEEE Fellow. He received the 2002 IEEE Taylor L. Booth Education Award, the 1998 ACM Karl V. Karlstrom Outstanding Educator Award, the 1997 ACM SIGMOD Contribution Award, and the IEEE Computer Society Outstanding Paper award. He is an author of the textbook Operating System Concepts.

Henry F. Korth (Ph.D. Princeton University) is Weiseman Professor and Chair of the Department of Computer Science and Engineering at Lehigh University. Before joining Lehigh, he was Director of Database Principles Research at Bell Laboratories, Murray Hill, New Jersey. His research interests include XML data management, web-based data, main-memory database systems, real-time systems, parallel systems and other topics. Before joining Bell Laboratories, Prof. Korth was a Vice President of Panasonic Technologies and Director of the Matsushita Information Technology Laboratory. Prior to that, he was an Associate Professor in the Department of Computer Sciences at the University of Texas at Austin, and a Research Staff Member at the IBM T. J. Watson Research Center. Prof. Korth is an ACM Fellow and an IEEE Fellow.

S. Sudarshan (Ph.D. University of Wisconsin, Madison) is a Professor in the Department of Computer Science and Engineering at the Indian Institute of Technology, Bombay. Prior to joining IIT Bombay, he was a Member of Technical Staff in the Database Research Group at Bell Laboratories, Murray Hill, New Jersey. Prof. Sudarshan is an author of over 60 papers in different areas of database systems, and holds 13 patents. His current research interests include query processing and optimization, authorization, and keyword querying of databases. In addition to being the architect of several software systems dealing with database internals, he has also been responsible for building and maintaining a variety of database applications used in IIT Bombay.
--This text refers to the Paperback edition.

Suggested Tags from Similar Products

 (What's this?)
Be the first one to add a relevant tag (keyword that's strongly related to this product)
 
(2)

Your tags: Add your first tag
 

Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

What Other Items Do Customers Buy After Viewing This Item?


Customer Reviews

4 star
0
3 star
0
2 star
0
Most Helpful Customer Reviews
4 of 4 people found the following review helpful
Format:Paperback
Contrary to what is stated in the other review of this book I find it very useful. I suppose that guy is not interested in much more than how to write simple SQL in which case I can agree that there might be more extensive books...
However, if you are like me and want to know a little more than that this is a really good book on database system concepts. It explains how things work and why they work. The explanations of these concepts are supported by simple descrete mathematics notation. I really liked this book and I recommed this book to anyone who wants to know how databases work.
Comment | 
Was this review helpful to you?
By Aloha
Format:Hardcover
De facto text book for Databases

Who need this book?

DBMS developer or admins, who want to brush up concepts.
Students who are learning Computer science at university, this book is must have for them.

Book is divided in following main sections

1. Introduction.
This section just gives brief introduction about DBMS (database management system).
2. Relational databases.
This section is divided in five difference chapters, which are
* Introduction to the Relational Model
* Introduction to SQL
* Intermediate SQL
* Advanced SQL
* Formal Relational Query Languages

3. Database design.
This section is divided in three difference chapters, which are
* Database Design and the E-R Model
* Relational Database Design
* Application Design and Development

4. Data storage and querying.
This section is divided in four difference chapters, which are
* Storage and File Structure
* Indexing and Hashing
* Query Processing
* Query Optimization

5. Transaction management
This section is divided in three difference chapters, which are
* Transactions
* Concurrency Control
* Recovery System

6. System architecture.
This section is divided in three difference chapters, which are
* Database-System Architectures
* Parallel Databases
* Distributed Databases

7. Data warehousing, data mining and data retrieval.
This section is divided in two difference chapters, which are
* Data Warehousing and Mining
* Information Retrieval

8. Specialty databases.
This section is divided in two difference chapters, which are
* Object-Based Databases
* XML

9. Advance topics.
This section is divided in three difference chapters, which are
* Advanced Application Development
* Spatial and Temporal Data and Mobility
* Advanced Transaction Processing

10. Case studies.
This section is divided in four difference chapters, which are
* PostgreSQL
* Oracle
* IBM DB2 Universal Database
* Microsoft SQL Server

11. Appendices

Points about book are as follow

Book is well written and very concise.
Explains each and every DBMS concepts in very details.
Each chapter has exercises at end.
The exercises are divided into two sets: practice exercises and exercises. The solutions for the practice exercises are publicly available at book's website.
SQL syntaxes used in this book are standard SQL language and do not follow any specific DBMS such as oracle or Microsoft SQL Server.
There are lots of diagrams, tables and real life examples in book for better explanation.
Case studies are good way to explain some real life problems.
Case studies section is missing MySQL database system, which is surprised for me.
Comment | 
Was this review helpful to you?
Format:Paperback
This book was listed as primary bibliography for my "Database Concepts" class in college and I'll say I'm very impressed so far. It covers all the topics with a decent amount of detail, plus some very well thought-of practice exercises at the end of the chapters (plus the solved ones available at the book's website).

We've been building a database for a fictitious cultural event-planning organization as a class project, and the book has been very helpful. I myself was having some trouble understanding Relational Algebra which this book managed to explain in a very clear and accessible fashion.

It covers a lot of ground, with enough detail for you to understand and put it into practice. The conceptual aspects (ie. ER models and Relational Algebra) are by far the best, as you'll easily understand all of it without nothing but the text and the practice exercises. The more "technical" stuff like PHP, SQL, XML, etc, you'll probably need to a little "googling" on the side, plus a lot of exercise on your own to fully master them, but the book does give you a very good overview into all of them, and if you already have experience in any, you'll do just great.

Overall, its a very good book that demands very little previous knowledge to fully grasp, and explains what it's supposed to with the right amount of detail and depth.
Comment | 
Was this review helpful to you?

Customer Discussions

This product's forum
Discussion Replies Latest Post
Difference Between the Hardcover 0 27 Sep 2011
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
   


Listmania!


Look for similar items by category


Look for similar items by subject


Feedback