Database Design for Mere Mortals : A Hands-On Guide to Relational Database Design (2 PAP/CDR)

Database Design for Mere Mortals : A Hands-On Guide to Relational Database Design (2 PAP/CDR)

  • ただいまウェブストアではご注文を受け付けておりません。 ⇒古書を探す
  • 製本 Paperback:紙装版/ペーパーバック版/ページ数 611 p.
  • 言語 ENG
  • 商品コード 9780201752847
  • DDC分類 005.756

Full Description


"This book takes the somewhat daunting process of database design and breaks it into completely manageable and understandable components. Mike's approach whilst simple is completely professional, and I can recommend this book to any novice database designer." -Sandra Barker, Lecturer, University of South Australia, Australia "Databases are a critical infrastructure technology for information systems and today's business. Mike Hernandez has written a literate explanation of database technology-a topic that is intricate and often obscure. If you design databases yourself, this book will educate you about pitfalls and show you what to do. If you purchase products that use a database, the book explains the technology so that you can understand what the vendor is doing and assess their products better." -Michael Blaha, consultant and trainer, author of A Manager's Guide to Database Technology "If you told me that Mike Hernandez could improve on the first edition of Database Design for Mere Mortals I wouldn't have believed you, but he did! The second edition is packed with more real-world examples, detailed explanations, and even includes database-design tools on the CD-ROM! This is a must-read for anyone who is even remotely interested in relational database design, from the individual who is called upon occasionally to create a useful tool at work, to the seasoned professional who wants to brush up on the fundamentals. Simply put, if you want to do it right, read this book!" -Matt Greer, Process Control Development, The Dow Chemical Company "Mike's approach to database design is totally common-sense based, yet he's adhered to all the rules of good relational database design. I use Mike's books in my starter database-design class, and I recommend his books to anyone who's interested in learning how to design databases or how to write SQL queries." -Michelle Poolet, President, MVDS, Inc. "Slapping together sophisticated applications with poorly designed data will hurt you just as much now as when Mike wrote his first edition, perhaps even more. Whether you're just getting started developing with data or are a seasoned pro; whether you've read Mike's previous book or this is your first; whether you're happier letting someone else design your data or you love doing it yourself-this is the book for you. Mike's ability to explain these concepts in a way that's not only clear, but fun, continues to amaze me." -From the Foreword by Ken Getz, MCW Technologies, coauthor ASP.NET Developer's JumpStart "The first edition of Mike Hernandez's book Database Design for Mere Mortals was one of the few books that survived the cut when I moved my office to smaller quarters. The second edition expands and improves on the original in so many ways. It is not only a good, clear read, but contains a remarkable quantity of clear, concise thinking on a very complex subject. It's a must for anyone interested in the subject of database design." -Malcolm C. Rubel, Performance Dynamics Associates "Mike's excellent guide to relational database design deserves a second edition. His book is an essential tool for fledgling Microsoft Access and other desktop database developers, as well as for client/server pros. I recommend it highly to all my readers." -Roger Jennings, author of Special Edition Using Access 2002 "There are no silver bullets! Database technology has advanced dramatically, the newest crop of database servers perform operations faster than anyone could have imagined six years ago, but none of these technological advances will help fix a bad database design, or capture data that you forgot to include! Database Design for Mere Mortals(TM), Second Edition, helps you design your database right in the first place!" -Matt Nunn, Product Manager, SQL Server, Microsoft Corporation "When my brother started his professional career as a developer, I gave him Mike's book to help him understand database concepts and make real-world application of database technology. When I need a refresher on the finer points of database design, this is the book I pick up. I do not think that there is a better testimony to the value of a book than that it gets used. For this reason I have wholeheartedly recommended to my peers and students that they utilize this book in their day-to-day development tasks." -Chris Kunicki, Senior Consultant, OfficeZealot.com "Mike has always had an incredible knack for taking the most complex topics, breaking them down, and explaining them so that anyone can 'get it.' He has honed and polished his first very, very good edition and made it even better. If you're just starting out building database applications, this book is a must-read cover to cover. Expert designers will find Mike's approach fresh and enlightening and a source of great material for training others." -John Viescas, President, Viescas Consulting, Inc., author of Running Microsoft Access 2000 and coauthor of SQL Queries for Mere Mortals "Whether you need to learn about relational database design in general, design a relational database, understand relational database terminology, or learn best practices for implementing a relational database, Database Design for Mere Mortals(TM), Second Edition, is an indispensable book that you'll refer to often. With his many years of real-world experience designing relational databases, Michael shows you how to analyze and improve existing databases, implement keys, define table relationships and business rules, and create data views, resulting in data integrity, uniform access to data, and reduced data-entry errors." -Paul Cornell, Site Editor, MSDN Office Developer Center Sound database design can save hours of development time and ensure functionality and reliability. Database Design for Mere Mortals(TM), Second Edition, is a straightforward, platform-independent tutorial on the basic principles of relational database design. It provides a commonsense design methodology for developing databases that work. Database design expert Michael J. Hernandez has expanded his best-selling first edition, maintaining its hands-on approach and accessibility while updating its coverage and including even more examples and illustrations. This edition features a CD-ROM that includes diagrams of sample databases, as well as design guidelines, documentation forms, and examples of the database design process. This book will give you the knowledge and tools you need to create efficient and effective relational databases.

Contents

Foreword. Preface. Introduction. I. RELATIONAL DATABASE DESIGN. 1. What Is a Relational Database. Types of Databases. Early Database Models. The Relational Database Model. Relational Database Management Systems. Beyond the Relational Model. What the Future Holds. Summary. Review Questions. 2. Design Objectives. Why Should You Be Concerned with Database Design? The Importance of Theory. The Advantage of Learning A Good Design Methodology. Objectives of Good Design. Benefits of Good Design. Database Design Methods. Summary. Review Questions. 3. Terminology. Why This Terminology Is Important. Value-related Terms. Structure-related Terms. Relationship-related Terms. Integrity-related Terms. Summary. Review Questions. II. THE DESIGN PROCESS. 4. Conceptual Overview. The Importance of Completing the Design Process. Define a Mission Statement and Mission Objectives. Analyze the Current Database. Create the Data Structures. Determine and Establish Table Relationships. Determine and Define Business Rules. Determine and Define Views. Review Data Integrity. Summary. Review Questions. 5. Starting the Process. Conducting Interviews. The Case Study: Mike's Bikes. Defining the Mission Statement. Defining the Mission Objectives. Summary. Review Questions. 6. Analyzing the Current Database. Getting to Know the Current Database. Conducting the Analysis. Looking at How Data Is Collected. Looking at How Information Is Presented. Conducting Interviews. Interviewing Users. Interviewing Management. Compiling a Complete List of Fields. Case Study. Summary. Review Questions. 7. Establishing Table Structures. Defining the Preliminary Table List. Defining the Final Table List. Associating Fields with Each Table. Refining the Fields. Refining the Table Structures. Case Study. Summary. Review Questions. 8. Keys. Why Keys Are Important. Establishing Keys for Each Table. Reviewing the Initial Table Structures. Case Study. Summary. Review Questions. 9. Field Specifications. Why Field Specifications Are Important. Field-Level Integrity. Anatomy of a Field Specification. Using Unique, Generic, and Replica Field Specifications. Defining Field Specifications for Each Field in the Database. Case Study. Summary. Review Questions. 10. Table Relationships. Types of Relationships. Identifying Existing Relationships. Establishing Each Relationship. Refining All Foreign Keys. Establishing Relationship Characteristics. Relationship-Level Integrity. Case Study. Summary. Review Questions. Chapter 11: Business Rules. What Are Business Rules? Categories of Business Rules. Defining and Establishing Business Rules. Validation Tables. Reviewing the Business Rule Specification Sheets. Case Study. Summary. Review Questions. 12. Views. What Are Views? Anatomy of a View. Determining and Defining Views. Case Study. Summary. Review Questions. 13. Reviewing Data Integrity. Why You Should Review Data Integrity. Reviewing and Refining Data Integrity. Assembling the Database Documentation. Done at Last! Case Study-Wrap up. Summary. III. OTHER DATABASE DESIGN ISSUES. 14. Bad Design-What Not To Do. Flat-File Design. Spreadsheet Design. Database Design Based on Database Software. A Final Thought. Summary. 15. Bending or Breaking the Rules. When May You Bend or Break the Rules? Documenting Your Actions. Summary. In Closing. IV. APPENDIXES. Appendix A: Answers to Review Questions. Appendix B: Diagram of the Database Design Process. Appendix C: Design Guidelines. Appendix D: Documentation Forms. Appendix E: Database Design Diagram Symbols. Appendix F: Sample Designs. Appendix G: Recommended Reading. Glossary. References. Index. 0201752840T10292002