Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create an ERD using Lucid Chart for the following description. Be sure to include all necessary entities, attributes, and correct cardinality in relationships between entities.

Create an ERD using Lucid Chart for the following description. Be sure to include all necessary entities, attributes, and correct cardinality in relationships between entities. Dont forget foreign keys.

Specifications You have been asked to build a database for a technology company called TechNow. The company owner needs to keep track of the customers that buy their products, the employees that work at TechNow, the offices that the employees use, the vendors that provide them with products, and the products themselves. Each vendor may interact with several employee representatives and requires this support. Employees in their first year usually dont have vendors to support, as they are learning the ropes, but as they work there longer and more vendors are reached, they may be assigned their only vendor. The owner wants to track employee names and email addresses, as well as vendor names and locations. Each employee works only in their own private office at TechNow. Some offices are vacant. Vendors provide products to TechNow, like hard drives, desktop cases, and power sources. Each product they sell comes from only one vendor. Some products are made in house, but if a vendor is in the system they must have provided a product. The owner wants to track product names and each products unique SKU. Finally, enterprise customers purchase products from TechNow and the data from the transactions needs to be recorded. Each product is often purchased by lots of customers, especially if it is popular. Customers are only put in the system if they have made a purchase, but a product does not need to have been purchased to be stored. The owner wants to keep track of customer names and email addresses.

image text in transcribed

Is this correct? Entities, relationships, cardinalities, foreign keys?

1. Entities 2. Primary keys 3. Attributes 4. Relationships 5. Cardinality 6. Foreign Keys CUSTOMER CID Cust_name Cust_emailaddress PRODUCT PID Product_name Product_SKU VID (FK) VENDOR VID OH Vendor_name Vendor_location CUSTOMER_PRODUCT CID (FK) PID (FK) EMPLOYEE OFFICE EID OID Emp_name Emp_emailaddress VID (FK)

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

Students also viewed these Databases questions