ALTER TABLE order_sample
ADD CONSTRAINT [FK__order_sam__cust___0425A276] FOREIGN KEY(cust_id) REFERENCES cuts_sample(cust_id)

 

alter table dbo.WaterWatch add constraint Watch foreign key(WatchDataID)
references dbo.WatchData(WatchDataID)