Statement: all the tournaments listed had an average of 2.5 events

Input Table: brian watts

tournamentwinstop_-_5top_-_25eventscuts_made
masters tournament00021
us open00121
the open championship01274
pga championship00064
totals0131710

SQL Command:

SELECT CASE WHEN (SELECT AVG(events) FROM table_sql) = 2.5 THEN 'TRUE' ELSE 'FALSE' END;