i have following tables
T1
==== ======
ID Desc
==== ======
1 t1
2 t2
3 t3
4 t4
T2
===== ======= ========
ID T1ID PT1ID
===== ====== =========
1 2 1
2 3 2
In T2 both T1ID and PT1ID are foreign key for T1. In my output i want row with ID=4 as it does not have any matching row in both foreign key columns