Statement:
all the tournaments listed had an average of 2.5 events
Input Table: brian watts
tournament
wins
top_-_5
top_-_25
events
cuts_made
masters tournament
0
0
0
2
1
us open
0
0
1
2
1
the open championship
0
1
2
7
4
pga championship
0
0
0
6
4
totals
0
1
3
17
10
SQL Command:
SELECT CASE WHEN (SELECT AVG(events) FROM table_sql) = 2.5 THEN 'TRUE' ELSE 'FALSE' END;