This book tries to be too many things to too many people. According to page xxiv of the Preface:
"In addition to an introductory database course, the book contains enough advanced material so that it can be used for the following courses:
- An undergraduate or graduate course in transaction processing for students who have had an introductory course in databases
- An advanced undergraduate or a first graduate course in databases for students who have had an introductory course in databases
- A course in electronic commerce and Web sevices."
The first half of this book is made up of the material from its "Introductory Version" brother (ASIN:0321228383). The last half is the additional material to be used for the other courses listed above.
The problem is that the book reads more like a brain dump of everything the authors know about databases instead of like a textbook tying to teach some reasonable subsection to us ignorant masses. More specifically, each section (and sometimes each chapter) should probably be an entire textbook in itself. As an example, Chapter 15 talks about XML and Web Data. It starts by talking about how data on web pages is semi-structured and how this can lead to problems getting that kind of data into a database. It then introduces XML to the reader as a possible way to overcome this difficulty. Then, the authors basically dump the entirety of the XML language's syntax and semantics on you (XML Elements and Database Objects, XML Attributes, Namespaces, Document Type Definitions, Inadequacy of DTDs as a Data Definition Language). Since that section ends with the inadequacies of XML, the authors then go on to do the same thing with a revision of XML (XML Schema: XML Schema and Namespaces, Simple Types, Complex Types, Putting It Together, Shortcuts: Anonymous Types and Element References, Integrity Constraints). Now that they've told us everything that we'd ever want to know about the data handling capabilities of XML and it's revisions, they go on to describe (in detail) the syntax and sematics of four different XML Query Languages (XPath: A Lightweight XML Query Language, XSLT: A Transformation Language for XML, XQuery: A Full-Featured Query Language for XML, SQL/XML). Mind you, this is ONE CHAPTER (almost 100 pages long). Most authors would have treated this as a textbook (and course) in its own right. But, this is just one of 26 similarly-written chapters in this book.
Also in the preface, the authors state that "rather than focusing on how to build a database management system (DBMS), our approach focuses on how to build applications that use such a system. We believe that many more students will be implementing database applications than building DMBSs." That might be true. But, since I started with only a light dusting of knowledge of the workings of DBMSs, and the first half of this book is supposed to be an "introductory database course, finding out how to build a DBMS would probably have taught me more about how they work than what the authors present.
At a more pedantic level, my next biggest gripe is with the amount, type, and degree of contextual references in the book. There are tons of backward references to absolutely vital, detailed tables in the book. Unless you have a phenomonal memory, there's no way you can get by without constantly paging back (in some cases, hundreds of pages) to see what the authors are talking about. In the authors' defense, I can see why they did this: the book is already almost 1,200 pages long. If they had copied those tables to every place they reference them, this unwieldy tome would have been even larger. But, worse than the backward references are the FORWARD references. They're not as prevalent as the backward ones, but I can't come up with any real justification for them. In many cases, the authors reference material that's several pages ahead of where they are. It's not like the paragraph ends way up there and that's the first chance they get to include the material. In several cases, they included the reference way past the end of the SECTION (not just paragraph) where they were talking about it. Very irritating.
As an aside, Florida State University (FSU) uses this book in its COP 4710 course: "Theory and Structure of Databases." With a professor available to TEACH the material in the book, this book is probably acceptable. But for the individual reader (like me), it's not very useful. I rate this book as 2 stars out of 5.

Flip to back
Flip to front
Follow the Author
Something went wrong. Please try your request again later.
OK
Database Systems: An Application Oriented Approach, Compete Version Paperback – Illustrated, 16 March 2005
by
Michael Kifer
(Contributor),
Arthur Bernstein
(Contributor),
M. Lewis, Philip
(Contributor)
&
0
more
See all formats and editions
Hide other formats and editions
Amazon Price
|
New from | Used from |
Paperback, Illustrated
"Please retry"
|
$254.58
|
$254.58 | — |
Enhance your purchase
Save on selected Bestselling Children's books.
Includes Bluey, Peter Rabbit, Spot, Peppa Pig, Roald Dahl and more. Click to explore.
Frequently bought together
Customers who bought this item also bought
Page 1 of 1 Start overPage 1 of 1
- Introduction to Algorithms 3edThomas CormenHardcover
- An Introduction to Formal Languages and Automata, Sixth EditionHardcover
- Principles Computer HardwareClementsPaperback
- Introduction to the Design and Analysis of Algorithms: International EditionPaperback
- Software Engineering: The Current PracticeVaclav RajlichHardcover
- The Art of Multiprocessor Programming Revised Printing [Paperback] [Jan 01, 2014] Herlihy MauriceNAPaperback
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.
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.
AUDIBLE FREE TRIAL
Includes your first audiobook free, a bonus book selected by our editors, unlimited access to exclusive podcasts and more. $16.45/mo after 30 days. Cancel anytime. Learn more >
Product details
- Publisher : P&C ECS; 2 edition (16 March 2005)
- Language : English
- Paperback : 1273 pages
- ISBN-10 : 0321268458
- ISBN-13 : 978-0321268457
- Dimensions : 20.32 x 6.86 x 24 cm
- Customer Reviews:
Customers who viewed this item also viewed
Page 1 of 1 Start overPage 1 of 1
- Effective JavaPaperback
- Introduction to Algorithms 3edThomas CormenHardcover
- Database Systems: The Complete BookHector Garcia-MolinaHardcover
- ANSI Common LISPPaperback
- Introduction To Formal Languages And Automata, 6 Edition [Mass Market Paperback] [Jan 01, 2016] Peter LinzPETER LINZMass Market Paperback
- Database Management SystemsPaperback
Customer reviews
2.8 out of 5 stars
2.8 out of 5
16 global ratings
How are ratings calculated?
To calculate the overall star rating and percentage breakdown by star, we don’t use a simple average. Instead, our system considers things like how recent a review is and if the reviewer bought the item on Amazon. It also analyses reviews to verify trustworthiness.
Top reviews from other countries

illiandantic
2.0 out of 5 stars
Better as a Reference Book than as a Textbook
Reviewed in the United States on 20 July 2005Verified Purchase
11 people found this helpful
Report abuse

Siddhardha
5.0 out of 5 stars
Great Introductory Text on Database Systems
Reviewed in the United States on 25 February 2008Verified Purchase
This book is the required text for a graduate course in database systems. We covered about 80% of in the class. At well over 1000 pages, the book has a lot of information. The chapters are written well. A running case study is presented throughout this book as an example. Most of the chapters are easy to read although it does get dry at times. Some of the chapters were very complex and highly theoretical especially the one on normalization (chapter 6) which perhaps only academics will care to know enough about. Chapters on XML, database indices, query processing, distributed databases and data mining are excellent. This isn't a book you can read in a weekend. It will take a few months to read and assimilate all the concepts presented here but after you are done, you will have a very strong background in this area. Overall I enjoyed the book very much. A broad spectrum of topics with enough detail is provided. Highly recommended for novices and intermediate users alike.
One person found this helpful
Report abuse

sean mcallister
1.0 out of 5 stars
paper back is worthless
Reviewed in the United States on 9 October 2011Verified Purchase
buy the hard cover!!!!!!!!!!!!!!!! the paperback is falling apart only after one months use. I'm not even kidding. I bought it brand new too. What a waste of money. The hard cover isn't as thick (and has the same material...don't ask me how). The paper back also comes in 2 annoying editions as opposed to one.
The material is probably the same as any other DB book, its good and explains everything well.
but remember.......BUY THE HARD COVERRRRRRRRRRRRRRRRR!!!! YOU'LL THANK ME L8R...well if u never had the pleasure of the paper back i guess u wont but w.e
The material is probably the same as any other DB book, its good and explains everything well.
but remember.......BUY THE HARD COVERRRRRRRRRRRRRRRRR!!!! YOU'LL THANK ME L8R...well if u never had the pleasure of the paper back i guess u wont but w.e
One person found this helpful
Report abuse

T. Werth
1.0 out of 5 stars
Quality Writing, Horrible Binding
Reviewed in the United States on 5 August 2012Verified Purchase
I have zero complaints about the content. It was a useful, concise, well written textbook. That being said, in a class of 20 students, every single copy of this poorly glued disaster fell apart before the end of the semester. At this price, the quality of this book is near criminal. I have emailed the publisher and received zero response.
If you really need this book for a class, the introductory version is properly bound (or look for an alternate source). If you are teaching this class PLEASE PLEASE PLEASE look elsewhere.
If you really need this book for a class, the introductory version is properly bound (or look for an alternate source). If you are teaching this class PLEASE PLEASE PLEASE look elsewhere.
2 people found this helpful
Report abuse

Richard Hughes
4.0 out of 5 stars
Okay for some theory stuff but the actual SQL stuff ...
Reviewed in the United States on 24 June 2016Verified Purchase
Okay for some theory stuff but the actual SQL stuff should have been a much larger deal in this book, for students in a Databases class. Get it if you absolutely have to for a class but otherwise just learn your SQL online.