Paste-bin.xyz
Archive
Sign In
Login
Register
Username
Current Password
Keep me signed in.
Username
Full Name
Email
New Password
TEXT
39
aa
Guest on 16th March 2023 10:12:28 AM
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
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));
Login
or
Register
to edit or fork this paste. It's free.