Physical data modeling for RDBMS

In this stage, we will convert the logical data model into the physical data model of the target RDBMS. As mentioned, we will use MySQL and will create the physical data model using MySQL Workbench.

Here is what we are going to do:

  • Create a table for each entity.
  • Create a column for each attribute. Besides the name, we will define columns type, length, nullability, and default value.
  • Make primary keys auto increment.
  • Create indexes.
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset
18.191.165.62