Statement: t7 is the place of player peter oosterhuis , who has 10875

Input Table: 1975 u.s. open (golf)

placeplayercountryscoreto_parmoney
t1lou grahamunited states74 + 72 + 68 + 73 = 287+ 3playoff
t1john mahaffeyunited states73 + 71 + 72 + 71 = 287+ 3playoff
t3frank beardunited states74 + 69 + 67 + 78 = 288+ 410875
t3ben crenshawunited states70 + 68 + 76 + 74 = 288+ 410875
t3hale irwinunited states74 + 71 + 73 + 70 = 288+ 410875
t3bob murphyunited states74 + 73 + 72 + 69 = 288+ 410875
t7jack nicklausunited states72 + 70 + 75 + 72 = 289+ 57500
t7peter oosterhuisengland69 + 73 + 72 + 75 = 289+ 57500
t9pat fitzsimonsunited states67 + 73 + 73 + 77 = 290+ 65000
t9arnold palmerunited states69 + 75 + 73 + 73 = 290+ 65000
t9tom watsonunited states67 + 68 + 78 + 77 = 290+ 65000

SQL Command:

SELECT CASE WHEN (SELECT place FROM table_sql WHERE player = 'peter oosterhuis') = 't7' AND (SELECT money FROM table_sql WHERE player = 'peter oosterhuis') = 10875 THEN 'TRUE' ELSE 'FALSE' END;