FOREIGN KEY|stor_id |REFERENCES pubs.dbo.stores (stor_id) FOREIGN KEY|title_id |REFERENCES pubs.dbo.titles (title_id) PRIMARY KEY (clustered)|stor_id, ord_num, title_id No foreign keys reference this table, or you do not have permissions on referencing tables.|