Step 1: Select rows where 'player' is 'thomas bjørn'.
place |
player |
country |
score |
to_par |
1 |
brian watts |
united states |
68 + 69 + 73 = 210 |
e |
t2 |
jim furyk |
united states |
70 + 70 + 72 = 212 |
+ 2 |
t2 |
mark o'meara |
united states |
72 + 68 + 72 = 212 |
+ 2 |
t2 |
jesper parnevik |
sweden |
68 + 72 + 72 = 212 |
+ 2 |
5 |
justin rose (a) |
england |
72 + 66 + 75 = 213 |
+ 3 |
t6 |
thomas bjãrn |
denmark |
68 + 71 + 76 = 215 |
+ 5 |
t6 |
brad faxon |
united states |
67 + 74 + 74 = 215 |
+ 5 |
t6 |
john huston |
united states |
65 + 77 + 73 = 215 |
+ 5 |
t6 |
tiger woods |
united states |
65 + 73 + 77 = 215 |
+ 5 |
t10 |
david duval |
united states |
70 + 71 + 75 = 216 |
+ 6 |
t10 |
costantino rocca |
italy |
72 + 74 + 70 = 216 |
+ 6 |
t10 |
raymond russell |
scotland |
68 + 73 + 75 = 216 |
+ 6 |
t10 |
katsuyoshi tomori |
japan |
75 + 71 + 70 = 216 |
+ 6 |
Step 2: Select rows where 'country' is 'denmark'.
place |
player |
country |
score |
to_par |
Step 3: Select rows where 'score' is '68 + 71 + 76 = 215'.
place |
player |
country |
score |
to_par |
Step 4: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.
place |
player |
country |
score |
to_par |
Final output table:
verification_result |
FALSE |
Prediction: FALSE
Ground-truth: TRUE