Summary
Building a database is easy. Building a database that works efficiently takes some practice.
Start by analyzing your requirements. Identify the objects that will store data and define the relationships among them. Then normalize the data model, transforming it into first, second, and third normal forms, possibly denormalizing some parts of the database where that makes sense. Finish the design by adding range tables to validate as many fields as possible.
Now create the database. If you have a database product such as Oracle, SQL Server, or Access, you can use the built-in design tools. If you want to work with MSDE or Access databases without one of these products, build scripts to define the database. Then you can use the RunScript ...
Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.
Read now
Unlock full access