Each shirt may have multiple colors, so ShirtColor is a plural attribute. Implement ShirtCol the ShirtShirtColor table,
Posted: Mon Jun 06, 2022 2:07 pm
Each shirt may have multiple colors, so ShirtColor is a plural attribute. Implement ShirtCol the ShirtShirtColor table, separate from the Shirt table. Shirt ShirtCode 1-1(1) ShirtColor M-M(1) ShirtPrice M-1(1) ShirtSize M-1(1) Which columns are included in the ShirtShirtColor table, primary key, and foreign key? Table Primary key Foreign key ShirtCode ShirtColor ShirtPrice ShirtSize