Click here to Skip to main content
15,885,985 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I want to make a shop billing system or inventory system I am to much puzzled for database design i have made 3 tables in Access
1. Customer
2. Order
3. Product
please guide me .....
I am not leopard of C# therefore i dont want more table to manage. try to understand:-(
Posted

You might find the below link helpful
Library of Free Data Models[^]
 
Share this answer
 
Your database design will be based entirely on the requirements of your client. You should be talking to them to find out what they want from the system. I will say that you are going to need more tables than that - unless you only allow a customer to place one order, and have one product. This means that you will need intermediate tables that map customers to orders, and orders to products.

As far as I can see, your question has very little to do with C#, and much more to do with the logical structuring of the database.
 
Share this answer
 
Comments
Muhamad Faizan Khan 3-Dec-12 7:34am    
Sir i don't want to make very large professional project. it is just semester project requirement...

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900