I am creating a billing software. I have created a database having 4 tables.
Category_MasterProduct_MasterCustomer_MasterOrder_Details.
I am confused at creating rows in Order_Details. The reason is that, if a customer purchases 10 different items, then each items ProductCode should also be added to the Order_Details table.
So the thing is that do i need to create rows for each and every products or is their any other way to represent all ProductCode in a single cell.