Hi,
yes, i used the search-function, but i only found advice, how to create a foreign key relationship within the same schema (e.g.: http://modeling.inside.quest.com/entry.jspa?externalID=1668&categoryID=158).
Can someone please explain how or where a foreign-key-constraint among tables in different schemas/users/workspace can be defined?
The result should somehow look like this:
ALTER TABLE “SCHEMA1.TABLE1” ADD CONSTRAINT “EXAMPLE_FK” FOREIGN KEY (“TABLE1_ID”) REFERENCES SCHEMA2.TABLE2 (“TABLE2_ID”)
How can i define this in TDM? My TDM-Version is 3.4.15.
Thank you very much!
Best regards
Christian