Table join with limited row
I have two table t1,t2 each records from t1 has morethan 3 records is related with t2.I need a join for top 3 records only from t2 table. this means each t1 records should be join with top 3 records only. please help to make this joins.