Home > Store

Database Design

Register your product to gain access to bonus material or receive a coupon.

Database Design

Book

  • Sorry, this book is no longer in print.
Not for Sale

About

Features

Description

  • Copyright 2000
  • Dimensions: 7-3/8" x 9-1/8"
  • Pages: 528
  • Edition: 1st
  • Book
  • ISBN-10: 0-672-31758-3
  • ISBN-13: 978-0-672-31758-3

Database Design is the book you need to master the fundamentals of relational database design in today's ever-evolving world of database technologies. This book takes an approach to database design to teach the reader how to reach into the inner depths of an organization to understand the business needs, data, and daily processes that will all blend together to formulate a successful database. Much emphasis is placed on logical design as it is imperative to understand the inner workings of an organization to produce the highest quality database, while proactively eliminating future problems that are not so easy for a beginner to foresee.

Additionally, topics such as change control, business rule integration, database security implementation, and legacy database redesign are covered in detail. Examples of SQL code are shown to portray implementation tasks of a relational database. Examples are compliant with ANSI standard.

Downloads

Downloads

Downloads

Please note that the Web Contents for this book are presented in a PDF file format (an Adobe Acrobat document). You must install the Acrobat Reader 4.0 on your computer in order to read the Web Contents in the PDF format. If you are not familiar with the Adobe Acrobat Reader and its features, simply open the Acrobat Reader and select the "Reader Online Guide" item from the Help menu. It will tell you how to navigate an Acrobat document and how to use the icons on the menu bar of the Acrobat Reader screen. Adobe Acrobat Reader 4.0 can be downloaded at the Adobe's Web site: www.adobe.com.

View the Sams Database Design Web Contents in PDF format. -- 136kb -- dbwebf.pdf

Install the Sams Database Design Web Contents PDF document. -- 136kb -- dbwebfpdf.exe

Install the Sams Database Design Web Contents Word document. -- 618kb -- dbwebf.exe

Sample Content

Table of Contents



Introduction.

Who Should Read This Book? What Makes This Book Different? Table Conventions Used in This Book. How This Book Is Organized. What's on the Web Site?

I. OVERVIEW OF DATABASE DESIGN.

1. Understanding Database Fundamentals.

What Is a Database?

What Are the Uses of a Database? Who Uses a Database?

Database Environments.

Mainframe Environment. Client/Server Environment. Internet Computing Environment.

From Where Does a Database Originate?

Business Rules. Business Processes. Information and Data. Requirements Analysis. Entities. Attributes. Business Process Reengineering.

What Elements Comprise a Database?

Database Schema. Table. Data Types.

Does the Database Have Integrity?

Primary Keys. Foreign Keys. Relationships.

Key Database Design Concepts.

Design Methodology. Converting the Business Model to Design. Application Design.

What Makes a Good Database?

Storage Needs Met. Data Is Available. Data Protected. Data Is Accurate. Acceptable Performance. Redundant Data Is Minimized.

Summary.

2. Exploration of Database Models.

Types of Databases.

Flat-File Database Model. Hierarchical Database Model. Network Database Model. Relational Database Model. Object-Oriented (OO) Database Model. Object-Relational (OR) Database Model.

The Modern Database of Choice.

Relational Database Characteristics. Relational Database Objects. SQL: The Relational Database Language. Web Links for More Information on Database Models.

Making Your Selection. Summary.

3. Database Design Planning.

What Is a Database Design? Importance of Database Design. Planning Database Design.

The Mission Statement. Devising a Work Plan. Setting Milestones and Making Deadlines. Establishing the Design Team and Assigning Tasks.

Trademarks of a Solid Database Design. Overview of Design Methodologies. Logical Versus Physical Modeling.

Logical Modeling. Physical Modeling.

Automated Design Tools.

Why Use an Automated Design Tool? Understanding the Capabilities of an Automated Design Tool.

Summary.

4. The Database Design Life Cycle.

The System Development Process.

Traditional Method. The Barker Method. Adapted Design Methods.

Overview of Design Processes.

Defining Data. Creating Data Structures. Defining Data Relationships. Determining Views.

Redesign of an Existing Database. Overview of the Database Life Cycle.

Development Environment. Test Environment. Production Environment.

Summary.

II. ANALYZING AND MODELING BUSINESS REQUIREMENTS.

5. Gathering Business and System Requirements.

Types of Requirements.

Business Requirements. System Requirements.

Overview of Requirements Analysis. Determining Business Requirements.

Who Has “Say So?”. Interviewing Management. Interviewing the Customer. Interviewing the End User. Studying the Existing Processes in Place.

Analyzing Business Requirements. Determining System Requirements.

Identifying the Data. Establishing Groups of Data. Establishing a List of Fields. Establishing Relationships.

Determining the Direction of Database Design.

Determining the Type of Database Model. Selecting an Implementation. Setting Naming Conventions and Standards to Be Used. Setting Milestones and Deadlines. Assigning Roles to Members of Design Team.

Preliminary Documentation.

High-level Work Plan. Strategy Document. Detailed Requirements Document.

Evaluating Analysis. Summary.

6. Establishing a Business Model.

Understanding Business Modeling Concepts. Using the Information Gathered. Business Model Diagrams. Common Business Models. Sample Elements in a Business Model. Summary.

7. Understanding Entities and Relationships.

Overview of Entities and Entity Relationships.

One-to-One Relationship. One-to-Many Relationship. Many-to-Many Relationship. Recursive Relationships. Mandatory Relationships. Optional Relationships.

Transformation of the Entity in Design. How Will the User Access the Data?

Avoiding Poor Relationship Constructs. Understanding Relationships and Table Joins.

Summary.

8. Normalization: Eliminating Redundant Data.

Overview of Normalization.

Advantages of Normalization. Disadvantages of Normalization.

Overview of the NORMAL FORMS.

FIRST NORMAL FORM: The Key. SECOND NORMAL FORM: The Whole Key. THIRD NORMAL FORM: And Nothing but the Key. Boyce-Codd NORMAL FORM. FOURTH NORMAL FORM. FIFTH NORMAL FORM.

Denormalization. Sample Normalization Exercise #1. Sample Normalization Exercise #2. Normalization Self-test. Summary.

9. Entity Relationship Modeling.

Logically Modeling Business Entities. Constructing Entities in the ERD. Defining Entity Relationships

Check to See if a Relationship Exists. Identify the Verbs for the Relationship. Identify the Optionality. Identify a Degree. Validate the Relationship.

Defining the Attributes for an Entity. How an ERD Is Used. Typical ERD Symbols. An ERD for the Sample Company TrainTech. Summary.

10. Modeling Business Processes.

How Do Business Processes Affect Database Design? Defining Business Processes. Overview of Process Modeling.

The Process Model. The Function Hierarchy. The Data Flow Diagram.

What Does One Gain from the Process Model? Typical Process Modeling Symbols. Using Process Models in Database Design. Process Models for the Sample Company TrainTech. Summary.

III. DESIGNING THE DATABASE.

11. Designing Tables.

Types of Tables.

Data Tables. Join Tables. Subset Tables. Validation Tables.

Basic Table Structure. Defining Your Tables.

Reviewing Naming Conventions. Establishing a Table List.

Determining Column Specifications.

General Level. Physical Level. Logical Level. Establishing a Column List.

Table Design Considerations.

Referential Integrity in Table Design. Importance of the Logical Model in Table Design. Denormalization During Physical Design.

Storage Considerations.

Table Growth and Sizing. Actual Growth and Monitoring. Views Versus Replication. RAID.

Ownership of Tables. Table Design for the Sample Company TrainTech. Summary.

12. Integrating Business Rules and Data Integrity.

How Do Business Rules Affect the Database?

Application of a Primary Key Constraint in SQL. Application of a Foreign Key Constraint in SQL. Application of a Unique Constraint in SQL. Application of a Check Constraint in SQL.

Extracting Business Rules from the Logical Model. The Nature of the Data.

Data Type of Data. Uniqueness of Data. Case of Data. References to Data.

Maintaining Historic Data. Enforcing Business Rules.

Using Triggers to Enforce Business Rules. Using Validation Tables to Enforce Business Rules.

Integrating Business Rules at the N-Tier Level. Constraint Generation Using an AD Tool. Constraint Integration for the Sample Company TrainTech. Summary.

13. Designing Views.

Overview of Views. Why Use Views?

Data Summarization. Filtering Data. Database Security. Data Conversion. Data Partitioning.

View Performance and Other Considerations.

Join Operations in View Definitions. View Limitations.

View Relationships. Managing Views. Avoiding Poor View Design. View Definitions for the Sample Company TrainTech. Summary.

14. Applying Database Design Concepts.

Database Design Case Study. Making Sense of the Regurgitated Information.

Isolating Individuals Associated with the Grocery Store. The Interviewee's Interpretation of the Data Required. Formulating a Mission Statement and Design Objectives. Defining Organizational Units. Defining Data. Defining Processes.

Proceeding with Database Design.

Constructing an ERD. Constructing Process Models. Designing Tables. Defining Constraints. Designing Views.

Summary.

IV. LIFE AFTER DESIGN.

15. Implementing Database Security.

How Is Security Important to Database Design? Who Needs Access to the Database?

Levels of Access. Privileges. Roles.

Who Is in Charge of Security?

System Level Management. Database-level Management. Application-level Management.

Using Views and Procedures to Enhance Security. Designing a Security Management System. Taking Additional Precautionary Measures.

Network Security. Network Firewall. Secure Sockets Layer.

Breaches in Security. Summary.

16. Change Control.

Necessity of Change Control in Database Design.

Changes in Business Needs. Changes in System Needs. Improving Data Integrity. Implementing Security Features for Sensitive Data. Requirements-Based Testing. Improving Consistency of Documentation. Improving System Performance.

Formal Change-Control Methods.

Version Control. Prioritizing Changes. Tracking Change Requests.

Change-Control Participants. Change-Process Implementation. Basic Guidelines for Change Propagation. Considerations for Using Automated Configuration Management Tools. Summary.

17. Analyzing Legacy Databases for Redesign.

Overview of the Legacy Database. Is It Worth the Effort?

Staying Current with Technology. Hardware and Software Requirements. Costs. Business Interruptions. Training Considerations. Performance Issues.

Assessment of the Existing Database. The Effects of Business Process Re-engineering. Designing for the New System.

Database Design Method to Be Used. Database Software to Be Used. Redesigning Data Structures. Migrating Legacy Data.

A Sample Conversion of Legacy Data. Documentation. Future of the New Database. Summary.

Appendixes.
Appendix A. Sample Physical Database Implementation.
Appendix B. Popular Database Design Tools.
Appendix C. Database Design Checklists.

Planning Database Design. Gathering Information to Design the Database. Modeling Entity Relationships. Physical Design Considerations. Security Considerations. Legacy Database Redesign Considerations. Evaluating the Completeness of Stages in the Database Life Cycle.

Appendix D. Sample Database Designs.

BILLING. CLASS SCHEDULING. CLIENT CONTACTS. GROCERY STORE MANAGEMENT. HUMAN RESOURCES. PRODUCT INVENTORY. PRODUCT ORDERS. RESUME MANAGEMENT. SYSTEM MANAGEMENT. USER MANAGEMENT.

Appendix E. Sample Table Sizing Worksheet.
Glossary.
Index.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020