Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Create Grocery Management System ERD and Relational skimma. according to code for My sql Language . create table and becarefull connect to foreign key

Create Grocery Management System   ERD and Relational skimma.

according to code for My sql Language . create table and becarefull connect to foreign key and primary key.

code is run successful. 

 1) Grocery Store 

store_id ,name location ,contact_number 

2) Employee

 employee_id ,name ,position ,contact_number, email ,salary, address ,sex 

3) Order

 Order_id, Total price, Order, date 

4) Order Line 

orderline_id 

order_id 

product_id

 quantity price 

5) Supplier 

supplier_id,name,sex ,contact_person, contact_number ,email

 6) Inventory

 inventory_id ,product_id, quantity 

7) Product 

product_id, name, category, price, description

 8) Cashier

 cashier_id, name, contact_number, email, salary 

9) Customer 

customer_id ,name, address, sex ,contact_number, email 

10) Promotion

 promotion_id ,name, start_date ,end_date, description 

11) Payment

 payment_id, order_id, amount, payment_date, payment_method

Step by Step Solution

There are 3 Steps involved in it

Step: 1

Sure heres an EntityRelationship Diagram ERD for your Grocery Management System along with a relatio... 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

Modern Systems Analysis And Design

Authors: Joseph Valacich, Joey George

8th Edition

0134204921, 978-0134204925

More Books

Students also viewed these Programming questions

Question

What is a manufacturing system?

Answered: 1 week ago

Question

How can NGT be used for requirements determination?

Answered: 1 week ago