ACCU Home page ACCU Conference Page
Search Contact us ACCU at Flickr ACCU at GitHib ACCU at Facebook ACCU at Linked-in ACCU at Twitter Skip Navigation

Search in Book Reviews

The ACCU passes on review copies of computer books to its members for them to review. The result is a large, high quality collection of book reviews by programmers, for programmers. Currently there are 1949 reviews in the database and more every month.
Search is a simple string search in either book title or book author. The full text search is a search of the text of the review.
    View all alphabetically
Title:
Data Analysis for Database Design 3ed
Author:
David Howe
ISBN:
0 7506 5086 9
Publisher:
Butterworth-Heinemann
Pages:
356pp
Price:
£21.99
Reviewer:
Asad Altimeemy
Subject:
database
Appeared in:
15-3
This is a very good guide for a beginner in data base analysis and design and indirectly useful to practitioners of object-oriented analysis. Concepts of ER data model are explained in a very easy and clear way. The book follows a very good and fundamental approach to data analysis and design. Although it is a small book, it covers all the important concepts of data analysis and design.

The book is much more suitable for self-study than most. Every section of each chapter ends with useful questions and exercises. Suggested answers and solutions are at the end of the chapters.

The sections Part 2: Relational Modelling and Part 3: Entity-Relationship Modelling are the heart of the book. Howe's treatment of these two topics is very good. However, Part 4: Implementation shows how to do physical database design for a network-style (CODASYL) database management system. This has little practical value, as CODASYL-compliant DBMS products are a bit out of date. But even this material will be useful to OODBMS designers. Just substitute 'collection' or 'container' (an OOD concept) for 'set' (a CODASYL concept) and you will be well on your way.