TEXT   60
ayshaaa eduthoo
Guest on 15th March 2023 10:30:14 AM


  1. 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.