I have 2 tables: t1(id, ticket) and t2(id, value). I want to select the tickets from t1 which have the smallest value from t2 without using aggregate functions. The 2 tables