Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 SQL Server 2012 Forums
 Transact-SQL (2012)
 Foreign

Author  Topic 

samir.first
Starting Member

34 Posts

Posted - 2014-03-09 : 14:47:41
table 1 (ID, TrxID , Value)
table 2 (TrxID , Code, Date)
table 3 (TrxID , code, OperationDate)
I need Foreign Key Between (Table 2 , Table 3) and Table 1 column TrxID
   

- Advertisement -