Untitled
Anonymous
plain_text
10/04/2024 4:21 AM
244 B
17
Indexable
CREATE TABLE Book_Return (Issue_id int (10) primary key, Actual_date_of_return date, late_days int (10), Late_fee int (10), FOREIGN KEY (Issue_id) REFERENCES Book_Issue (Issue_id));
Editor is loading...
Leave a Comment