Hi
I want to draw ERD of following tables:
ProductCategory Table:
Fields:Category ID, CategoryName, Category Description
ProductSubcateg ory Table:
Fields: CategoryID, SubcategoryID, SubcategoryName , SubcategoryDesc ription.
Merchant Table:
Fields: MerchantID, MerchantName, MerchantLogo.
ProductCategory has ProductSubcateg ory.
A ProductCategory has one or many Merchants
ProductSubcateg ory has one or many Merchants
Merchants has one or many ProductCategory
Merchants has one or many SubProductCateg ory.
How will I design the ERD of the Following Description.
I want to draw ERD of following tables:
ProductCategory Table:
Fields:Category ID, CategoryName, Category Description
ProductSubcateg ory Table:
Fields: CategoryID, SubcategoryID, SubcategoryName , SubcategoryDesc ription.
Merchant Table:
Fields: MerchantID, MerchantName, MerchantLogo.
ProductCategory has ProductSubcateg ory.
A ProductCategory has one or many Merchants
ProductSubcateg ory has one or many Merchants
Merchants has one or many ProductCategory
Merchants has one or many SubProductCateg ory.
How will I design the ERD of the Following Description.
Comment