Answered step by step
Verified Expert Solution
Link Copied!

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

image text in transcribedimage text in transcribed

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Database Systems Introduction To Databases And Data Warehouses

Authors: Nenad Jukic, Susan Vrbsky, Svetlozar Nestorov

1st Edition

1943153191, 978-1943153190

Students also viewed these Databases questions