Home > Computing and Information Technology > Databases > Database software > Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design
25%
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design

Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design

          
5
4
3
2
1

Out of Stock


Premium quality
Premium quality
Bookswagon upholds the quality by delivering untarnished books. Quality, services and satisfaction are everything for us!
Easy Return
Easy return
Not satisfied with this product! Keep it in original condition and packaging to avail easy return policy.
Certified product
Certified product
First impression is the last impression! Address the book’s certification page, ISBN, publisher’s name, copyright page and print quality.
Secure Checkout
Secure checkout
Security at its finest! Login, browse, purchase and pay, every step is safe and secured.
Money back guarantee
Money-back guarantee:
It’s all about customers! For any kind of bad experience with the product, get your actual amount back after returning the product.
On time delivery
On-time delivery
At your doorstep on time! Get this book delivered without any delay.
Notify me when this book is in stock
Add to Wishlist

About the Book

“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™, 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™, 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™, 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.

Table of 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


Best Sellers


Product Details
  • ISBN-13: 9780201752847
  • Publisher: Pearson Education (US)
  • Publisher Imprint: Addison Wesley
  • Depth: 32
  • Height: 234 mm
  • No of Pages: 672
  • Series Title: English
  • Sub Title: A Hands-On Guide to Relational Database Design
  • Width: 188 mm
  • ISBN-10: 0201752840
  • Publisher Date: 12 Mar 2003
  • Binding: SA
  • Edition: 0002-
  • Language: English
  • Returnable: N
  • Spine Width: 35 mm
  • Weight: 1150 gr


Similar Products

How would you rate your experience shopping for books on Bookswagon?

Add Photo
Add Photo

Customer Reviews

REVIEWS           
Click Here To Be The First to Review this Product
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design
Pearson Education (US) -
Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design
Writing guidlines
We want to publish your review, so please:
  • keep your review on the product. Review's that defame author's character will be rejected.
  • Keep your review focused on the product.
  • Avoid writing about customer service. contact us instead if you have issue requiring immediate attention.
  • Refrain from mentioning competitors or the specific price you paid for the product.
  • Do not include any personally identifiable information, such as full names.

Database Design for Mere Mortals: A Hands-On Guide to Relational Database Design

Required fields are marked with *

Review Title*
Review
    Add Photo Add up to 6 photos
    Would you recommend this product to a friend?
    Tag this Book
    Read more
    Does your review contain spoilers?
    What type of reader best describes you?
    I agree to the terms & conditions
    You may receive emails regarding this submission. Any emails will include the ability to opt-out of future communications.

    CUSTOMER RATINGS AND REVIEWS AND QUESTIONS AND ANSWERS TERMS OF USE

    These Terms of Use govern your conduct associated with the Customer Ratings and Reviews and/or Questions and Answers service offered by Bookswagon (the "CRR Service").


    By submitting any content to Bookswagon, you guarantee that:
    • You are the sole author and owner of the intellectual property rights in the content;
    • All "moral rights" that you may have in such content have been voluntarily waived by you;
    • All content that you post is accurate;
    • You are at least 13 years old;
    • Use of the content you supply does not violate these Terms of Use and will not cause injury to any person or entity.
    You further agree that you may not submit any content:
    • That is known by you to be false, inaccurate or misleading;
    • That infringes any third party's copyright, patent, trademark, trade secret or other proprietary rights or rights of publicity or privacy;
    • That violates any law, statute, ordinance or regulation (including, but not limited to, those governing, consumer protection, unfair competition, anti-discrimination or false advertising);
    • That is, or may reasonably be considered to be, defamatory, libelous, hateful, racially or religiously biased or offensive, unlawfully threatening or unlawfully harassing to any individual, partnership or corporation;
    • For which you were compensated or granted any consideration by any unapproved third party;
    • That includes any information that references other websites, addresses, email addresses, contact information or phone numbers;
    • That contains any computer viruses, worms or other potentially damaging computer programs or files.
    You agree to indemnify and hold Bookswagon (and its officers, directors, agents, subsidiaries, joint ventures, employees and third-party service providers, including but not limited to Bazaarvoice, Inc.), harmless from all claims, demands, and damages (actual and consequential) of every kind and nature, known and unknown including reasonable attorneys' fees, arising out of a breach of your representations and warranties set forth above, or your violation of any law or the rights of a third party.


    For any content that you submit, you grant Bookswagon a perpetual, irrevocable, royalty-free, transferable right and license to use, copy, modify, delete in its entirety, adapt, publish, translate, create derivative works from and/or sell, transfer, and/or distribute such content and/or incorporate such content into any form, medium or technology throughout the world without compensation to you. Additionally,  Bookswagon may transfer or share any personal information that you submit with its third-party service providers, including but not limited to Bazaarvoice, Inc. in accordance with  Privacy Policy


    All content that you submit may be used at Bookswagon's sole discretion. Bookswagon reserves the right to change, condense, withhold publication, remove or delete any content on Bookswagon's website that Bookswagon deems, in its sole discretion, to violate the content guidelines or any other provision of these Terms of Use.  Bookswagon does not guarantee that you will have any recourse through Bookswagon to edit or delete any content you have submitted. Ratings and written comments are generally posted within two to four business days. However, Bookswagon reserves the right to remove or to refuse to post any submission to the extent authorized by law. You acknowledge that you, not Bookswagon, are responsible for the contents of your submission. None of the content that you submit shall be subject to any obligation of confidence on the part of Bookswagon, its agents, subsidiaries, affiliates, partners or third party service providers (including but not limited to Bazaarvoice, Inc.)and their respective directors, officers and employees.

    Accept

    New Arrivals


    Inspired by your browsing history


    Your review has been submitted!

    You've already reviewed this product!
    ASK VIDYA