• Home
  • Blog
  • From the data dictionary tables, build MS Acess tables.Via “Database Tools” create table relationships

From the data dictionary tables, build MS Acess tables.Via “Database Tools” create table relationships

0 comments

  • Use the Data Dictionary that you developed in week 4 for your selected scenario.
  • From the data dictionary tables, build MS Acess tables.
  • Via “Database Tools” create table relationships
  • Submit assignment via blackboard

Physical Database Design Submission:

  • Complete the assignment offline and save it to your local hard drive or flash drive.

Physical data model represents how the model will be built in the database. A physical database model shows all table structures, including column name, column data type, column constraints, primary key, foreign key, and relationships between tables. Features of a physical data model include:

  • Specification of all tables and columns.
  • Foreign keys are used to identify relationships between tables.
  • De-normalization may occur based on user requirements.
  • Physical considerations may cause the physical data model to be quite different from the logical data model.
  • Physical data model will be different for different RDBMS. For example, data type for a column may be different between MySQL and SQL Server.

The steps for physical data model design are as follows:

  1. Convert entities into tables.
  2. Convert relationships into foreign keys.
  3. Convert attributes into columns.
  4. Modify the physical data model based on physical constraints / requirements.

About the Author

Follow me


{"email":"Email address invalid","url":"Website address invalid","required":"Required field missing"}