good day guys,
I have an order table and some stuffs, and the user can cancel an order. my question is:
1.] what is the best implementation of canceling an order in a database? Im sure I must create a table for canceled order or something right?
2.]Is it appropriate to delete the canceled order in the order table and move it to the "tblCancel" or just copy the canceled order to the "tblCancel"?
thanks in advance for your help, Good day!