INSERT INTO store(id, name, quantityProductsInStock) VALUES (1, 'TONSTAD', 10); INSERT INTO store(id, name, quantityProductsInStock) VALUES (2, 'KALLAX', 5); INSERT ...
alter table OrderItem add constraint pk_orderitem primary key nonclustered(ido, idp); alter table OrderItem_ct add constraint pk_orderitem primary key nonclustered(ido, idp); -- Copy records section ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results