DB Life Cycle   «Prev 

Top-down Database Design within the context of Database Design

In the context of database design, "top-down design" refers to an approach where the overall structure and organization of the database is designed first, before the detailed specifications of individual tables and fields are determined. The top-down design approach begins with identifying the high-level requirements of the database, such as the entities, relationships, and data elements that need to be stored. This involves creating an entity-relationship (ER) diagram or a data model that represents the overall structure of the database.
Once the high-level requirements have been established, the next step is to break down the database structure into smaller components. This involves identifying the different tables, fields, and data types that are needed to store the data. The top-down design approach is beneficial because it ensures that the overall structure and organization of the database are well-defined before the specific details are determined. This can help prevent errors and inconsistencies in the database design and make it easier to maintain and modify the database in the future.
However, the top-down design approach can be time-consuming and may not be suitable for all database design projects. In some cases, a bottom-up approach, where the individual tables and fields are designed first and then combined into a larger structure, may be more appropriate. Ultimately, the design approach should be tailored to the specific needs and requirements of the database project.

What makes a good Database Design?

Everyone including
  1. database designers,
  2. application architects,
  3. programmers,
  4. database administrators, and
  5. project managers
should ideally understand what makes a good database design. Even an application's key customers and users could benefit from understanding how databases work. Many IT professionals have learned what they know about databases through rumor, trial-and-error, and painful experience. Over the years, some develop an intuitive feel for what makes a good database design but they may still not understand the reasons why a design is good or bad, and they may leave behind a trail of rickety, poorly constructed programs built on shaky database foundations.
This book provides the tools you need to design a database. It explains how to determine what should go in a database and how a database should be organized to ensure data integrity and a reasonable level of performance. It explains techniques for designing a database that is strong enough to store data safely and consistently, flexible enough to allow the application to retrieve the data it needs quickly and reliably, and adaptable enough to accommodate a realistic amount of change.

Database Modeling
1)Business objects are identified and described
1) Business objects are identified and described.

2) Business objects are grouped according to subject.
2) Business objects are grouped according to subject.

3) Databases are created for each subject area.
3) Databases are created for each subject area.

4) User applications are created to interact with databases
4) User applications are created to interact with databases