TEXT   39
aa
Guest on 16th March 2023 10:12:28 AM


  1. d)create table invoice_item(inv_id int,pid int,quantity int,constraint c_invid foreign key(inv_id) references invoice_master(inv_id),constraint c_pid foreign key(pid) references product(pid));

Raw Paste

Login or Register to edit or fork this paste. It's free.