I'm working on Library Database and it contains a table called book_transaction.
There are 2 columns called issued_date and due_date. due_date should be 7 days from issued_date. Can I specify this condition using default key word while creating the table?
If it is not possible please leave an alternative for the same.
Thank you,