I got two tables T1 and T2. Five columns together makes the primary Key in each table. They both have same number of columns with the same names.
Only difference is the number of records in each of them. T1 has more records then the T2.

What I want is everything from T1 that is not in T2.

Thanks in Advance