Answered step by step
Verified Expert Solution
Question
1 Approved Answer
Use the provided diagram Indicate the Entity name for each entity. Indicate the primary keys for each table Indicate any foreign keys if available indicate
Use the provided diagram
Indicate the Entity name for each entity. Indicate the primary keys for each table Indicate any foreign keys if available indicate the relation type for each entity.
\begin{tabular}{|l|} \hline Apparel Size \\ \hline size id \\ size code \\ sort order \\ \hline \end{tabular} \begin{tabular}{|l|} \hline Product \\ \hline product name \\ product id \\ other data \\ \hline \end{tabular} \begin{tabular}{|l|} \hline Product Colors \\ \hline color id \\ \hline Color \\ \hline coloridcolorcodecolorname \\ \hline \end{tabular} \begin{tabular}{|l|l|l|} \hline Product Categories & & Categories \\ \hline category id & categoryidparentcategoryidcategoryname \\ \hline \end{tabular} \begin{tabular}{l|l|l|} \multicolumn{2}{c|}{ categories } \\ CategoryID int \\ ParentCategoryID int \\ CategoryName varchar(255) \end{tabular}\begin{tabular}{|l|} \hline productcategories \\ \hline \end{tabular} \begin{tabular}{|l|} \hline \multicolumn{2}{|c|}{ product } \\ \hline ProductiD int \\ ProductName varchar(255) \\ OtherData varchar(255) \\ \hline \end{tabular} \begin{tabular}{|l|} \hline Apparel Size \\ \hline size id \\ size code \\ sort order \\ \hline \end{tabular} \begin{tabular}{|l|} \hline Product \\ \hline product name \\ product id \\ other data \\ \hline \end{tabular} \begin{tabular}{|l|} \hline Product Colors \\ \hline color id \\ \hline Color \\ \hline coloridcolorcodecolorname \\ \hline \end{tabular} \begin{tabular}{|l|l|l|} \hline Product Categories & & Categories \\ \hline category id & categoryidparentcategoryidcategoryname \\ \hline \end{tabular} \begin{tabular}{l|l|l|} \multicolumn{2}{c|}{ categories } \\ CategoryID int \\ ParentCategoryID int \\ CategoryName varchar(255) \end{tabular}\begin{tabular}{|l|} \hline productcategories \\ \hline \end{tabular} \begin{tabular}{|l|} \hline \multicolumn{2}{|c|}{ product } \\ \hline ProductiD int \\ ProductName varchar(255) \\ OtherData varchar(255) \\ \hline \end{tabular}Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started