Untitled
unknown
plain_text
6 months ago
300 B
1
Indexable
CREATE TABLE Book (Book_id int (10) primary key, Title varchar (20), Lang_id int (10), MRP int (10), Publisher_id int (10), Published_date date, Volume int (10), Status varchar (10), FOREIGN KEY (Lang_id) REFERENCES Language (lang_id), FOREIGN KEY (Publisher_id) REFERENCES Publisher (Publisher_id));
Editor is loading...
Leave a Comment