Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

SQL Please perfect this exercise into a diagram. Chapter 10 How to design a database I. Design a database diagram for a product orders database

image text in transcribed

SQL Please perfect this exercise into a diagram.

Chapter 10 How to design a database I. Design a database diagram for a product orders database with four tables Indicate the relationships between tables and identify the primary key and foreign keys in each table. Explain your design decisions. Customers Orders OrderLineltems CustomerlD CustomerName CustomerAddress CustomerPhone OrdersID CustomerlD OrderDate ShipAddres ShipDate OrderlD OrderSequence ProductiID Quartity UnitPrice Products ProductID ProductName OtyPerUnit UnitPrice InStock OnOrder Add the two tables below into the design for exercise 1. Create additional tables and columns, if necessary. Explain your design decisions. Shippers Employees ShipperlD ShipperName ShipperAddress ShipperPhone EmployeelD FirstName LastName SSN HireDate Modify your design for exercise 2 to identify the columns that should be indexed, and explain your decision. Design a database diagram that allows individuals to be assigned membership in one or more groups. Each group can have any number of individuals and each individual can belong to any number of groups. Create additional tables and columns, if necessary. Explain your design decisions. Modify your design for exercise 4 to keep track of the role served by each individual in each group. Each individual can only serve one role in each group. Each group has a unique set of roles that members can fulfill. Create additional tables and columns, if necessary. Explain your design decisions

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_2

Step: 3

blur-text-image_3

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

Repairing And Querying Databases Under Aggregate Constraints

Authors: Sergio Flesca ,Filippo Furfaro ,Francesco Parisi

2011th Edition

146141640X, 978-1461416401

More Books

Students also viewed these Databases questions

Question

Calculate the lifetime value (LTV) of a loyal customer.

Answered: 1 week ago