Given two relations T1 and T2 defined below, we want to join them on the common attribute “Student ID.” For this, we should compare the performance of (1) nested-loop join technique and (2) a sort based sort-based method.