Top
image credit: Freepik

Transforming a Logical Database Design to a Physical Database

The end goal of database design is to be able to transform a logical data model into an actual physical database. A logical data model is required before you can even begin to design a physical database. Assuming that the logical data model is complete, though, what must be done to implement a physical database?

The first step is to create an initial physical data model by transforming the logical data model into a physical implementation based on an understanding of the DBMS to be used for deployment. To successfully create a physical database, you must have a good working knowledge of the features of the DBMS including:

Read More on Database Trends and Applications