この図は、product_information
表とproduct_descriptions
表の間には、product_id
列を介して1対多の関係があることを示しています。
product_information
表とinventories
表の間には、product_id
列を介して1対多の関係があります。
inventories
表とwarehouses
表の間には、warehouse_id
列を介して多対1の関係があります。
locations
表とwarehouses
表の間には、location_id
列を介して1対多の関係があります。
product_information
表の主キーは、product_id
列です。
product_descriptions
表の主キーには、product_id
列とlanguage_id
列が含まれています。
inventories
表の主キーには、product_id
列とwarehouse_id
列が含まれています。
warehouses
表の主キーは、warehouse_id
列です。
locations
表の主キーは、location_id
列です。