I have a table that records each time a fee is collected. The composite key is made up of:
- Timestamp
- Bank Number
- Branch Number
- Operator Number
- Cashbox Number
The last four are not always uniquely identifying on their own. (That's why the timestamp is in there.)
When a fee is refunded, I want to delete the row from the database. How would I go about doing this?