I have mysql database which have three tables.
company (Fields: maincode,subcode and name)
Product (Fields: prdcode,prodname)
capacity(Fields: maincode,subcode,prdcode, capacity)
relationship with company and capacity on maincode and subcode
relationship with capacity and product is on product code
I have create the three content type. company,product and capacity.
I try to create the view which show the following
miancode ,sucbcode ,product code, product name,company name and capacity.