Anda di halaman 1dari 6

Computer Applications - II

Final Term Project

Database Inventory Of
“Sadiq Mini Mart”

Made By:

Ghulam Jilani Kothari 9315

Presented To:

Mr. Ammar Khan

Dated:

30th August 2010


Acknowledgment

We would like to thank our teacher Mr.


Ammar Khan for the opportunity to study and
apply all that we have learnt in this semester in
our (Computer Applications – II) course and
also to have given us a chance to experience
how an actual research is conducted and how
to imply database on it, to assist and support
us at every step and have given us her
precious time. This task has enriched and
opened our minds.

We would like to thank Allah Almighty to


guide us through this project and ofcourse
eachother.

About the Project


This was a project to be worked on a Super store.
Since we live in Gulshan-e-Iqbal so we chose a mini
mart “Sadiq Mini Mart” that is in Gulshan-e-Iqbal
Block 13/C for our convenience. The mart attender
Mr. Kashif Sadiq (son of the owner) is the person
whom we dealt with. We asked him about the
database that he maintains for his store. At first he
showed us the manually maintained database (in
registers) in which all the inventory of different items
is noted down and the stuff he has sold to his
customers on credit, but later he showed us a
computerized database on the counter pc, in which
he has noted down the information of his regular
customers and specific running items. He further told
us these are special customers who we are serving
from a long time and they deals with us on phone,
tell their name or customer ids and the items they
want, we note it down and send it to their addresses
and they pay bills at the spot when our “gari wala”
unload the stuff there.
It is a good small mart comprising of 3 shops that
holds many items that includes baverages, eatables,
gift items, electronic items, household items etc but
out of which we selected specific items and limited
customers for our project. It gives a good coverage in
the areas of Gulshan-e-Iqbal specifically Block
13/A,B,C,D(I & II).

Normalization

Tables:
Customer: ( customer_id, customer_name, contact,
address)
Product: (product_id, product_name, category,
section, price)
Section: (section_id, section_name)

1ST Normalization Form :


(customer_id, customer_name, contact, address,
product_id, product_name, category, section, price,
section_id, section_name)

2nd Normalization Form :

Customer: (customer_id, customer_name, contact,


address)
Product: (product_id, product_name, category,
section, price)
Section: (section_id, section_name)

3rd Normalization Form :


Customer_Product_Detail: (Customer_id,
product_id)Customer_Purchase: (Customer_id,
product_id, quantity)
Customer: (customer_id, customer_name, contact,
address)
Product: (product_id, product_name, category,
section, price)
Customer Customer Product Product
_Name _name Category
_Id _Id

Customer Product

Address Section Price


1

Contact

M
1
M
M

Product Section_ Section_


1

_Id Id name

Customer/Product Section

ERD Diagram
Customer
_Id

Anda mungkin juga menyukai