Modelsoft Consulting Corporation

We are experts at capturing software requirements with data models

Relational Database Design

We are proficient at taking a data model and creating a corresponding database design. We favor two notations — the UML class model for abstract modeling followed by IDEF1X for physical details. We pay attention to indexes and enforce business rules including referential integrity.

Careful indexing is essential if a relational database is to deliver good performance. Indexes enable fast searches for common queries. Indexes are also important for combining (joining) tables.

Referential integrity ensures that references to data (foreign keys) really exist and are not stale. For example, the customer number in a sales table must be found in the customer table. If properly defined, referential integrity usually causes little slowdown in performance.

We also define miscellaneous business rules that SQL can express and are unlikely to change. For example, a school database could enforce that the only valid grades are ‘A’, ‘B’, ‘C’, ‘D’, and ‘F’ (or some other set of values, depending on the equirements). For fast development and ease of maintenance, the database must enforce business rules; they should not be buried in programming code.

Related training courses:
• Relational Database Design
• Database Reverse Engineering

Please contact us to discuss a potential consulting engagement.


2 Responses to “Relational Database Design”

  1. [...] consulting services: • Data Warehouse Modeling • Data [...]

  2. [...] consulting services: • Application Data Modeling • Data Warehouse Modeling • Information System [...]