billing system in java,Code Walkthrough of Offer and Category Table

Suresh
1 min readDec 2, 2020
Code Walkthrough of Offer and Category Table

Welcome back friends, in this video, we will be going to explore Offer Table and Category Table. The user of the Offer table is, if you want to add a new Offer to the Product and if you want to update the existing product. We are using offer Table in the billing System. Following is the structure of the Offer Table.

Offer Table Structure

The offer relationship with the Product table. Using join table it has Many to Many relation because One can apply to multiple Product and Product can have multiple Offer so, I have given Many to Many relation. As part of this story, we are not dealing with storing Offer and Product Table data. Only we will be going to cover storing Offer information in Offer Table.

For further reading please click the below link
Billing System offer and Category Table code walkthrough

--

--