Indira College of Commerce and Science Pune.: Review of Project On 1) Entity Relationship Diagram

You might also like

Download as pdf or txt
Download as pdf or txt
You are on page 1of 8

INDIRA COLLEGE OF COMMERCE AND SCIENCE

PUNE.

REVIEW OF PROJECT ON
1)Entity Relationship Diagram.
2)Data Flow Diagram
3)Database and Data Dictionary

“YUMM FOODS”

Project By,
Swarali Parab B71
Vinita Rana B80

“Bachelor of Business Administration in Computer Application”

2020-2021
1)Entity relationship diagram :-
2) Data Flow Diagram:-
a) Level 0 DFD[context level]
b) Management order
b)Level 1 DFD:-
c) LEVEL 2 DFD :-

Access sold
aswInfo about Info about item and Inventory deposits
inventory
Inventory database
data
daily amount

sold itmes

Aggrograt
inventory
and sold
items

Inventory sold itmes

Compare
the total
price of
each item

Inventory sold itmes

Prepare
arrangement
report
Restaurant
Management
manager
Report
DATABASE AND DATA DICTIONARY:-

DATABASE:- food order

Table name:- menu


Sr.no Field datatype width constraint
name
1. id Number 5 Foreign key
2. name Shorttext 15 Not null
3. price Number 10 Foreign key
4. image Shorttext 30 Not null

Table name:- user


Sr.no Field name datatype width Constraint
1. contact number 10 Foreign key
2. email Shorttext 25 Not null
3. fullname shorttext 15 Not null
Table name :- order
Sr.no Field datatype width Constraint
name
1. order no Number 6 Foreign key
2. amount Number 10 Foreign key
3. total Number 20 Foreign key
amount

Table name :- customer


Sr.no Field name datatype width Constraint
1. name shorttext 15 Not null
2. email Shorttext 25 Not null
3. profile Shorttext 30 Not null
4. phone no Number 10 Foreign key
Table name :- payment
Sr.no Field datatype width Constraint
name
1. order id Number 5 Foreign key
2. amount Number 10 Foreign key
3. date Date 10 Not null
4. paid by Short text 30 Not null

❖ Data Dictionary :-
Sr Fields Data type width constraint Table Data description
name name
1. id Number 5 Foreign key menu menu id
2. name Short text 15 Not null menu menu name
3. price Number 10 Foreign key menu price
4. image Shorttext 30 Not null menu image
5. contact Number 10 Foreign key user contact
6. email Short text 25 Not null user email
7. fullname Short text 15 Not null user fullname
8. order id Number 5 Foreign key payment order id
9. amount Number 10 Foreign key payment amount
10 date Date 10 Not null payment date
11 paid by Short text 30 Not null payment paid by
12 order no Number 6 Foreign key order order no
13 amount Number 10 Foreign key order amount
14 total Short text 20 Foreign key order total amount
amount
15 name Short text 15 Not null customer name
16 email Short text 25 Not null customer email
17 profile Short text 30 Not null customer profile
18 phone number 10 Foreign key Customer phone no
no

You might also like