DBMS Mini Project Review 1
DBMS Mini Project Review 1
System
EXPECTED OUTCOME:
2.Agency :- This entity includes attributes like name, Agency_id. Its is the entity
that receives the order and here the primary key is Agency_id.
3.Stock :- This entity includes attributes quantity, type, batch_no. and primary
key here is batch_no.
4.LPG :- This entity includes attributes gid, weight, type and primary key is gid.
5.Bill :- This entity includes attributes Bill_id , Amount and customer_id where
primary key is Bill_id and the foreign key is Customer_id
DIAGRAM:
THANK YOU