The attributes are not given so i'm going to give a rough explanation of what attributes should be present in that particular tables.
Step 1:
Create tables for all strong entity sets. This includes
Create the above tables with appropriate attributes along with the primary keys.
Step 2:
Create the tables for the weak entity sets along with the primary key of those tables on which they are dependent (total participation). Following are the weak entity sets
Step 3:
Create the tables for other relationships. If its a one-many or many-one relationship, include the primary key of the table
Using this picture of an E-R diagram convert it to the relational model. Also if making the E-R diagram to an EE-R diag...