Statement: uab was the opponent when they played at the legion field birmingham , al site

Input Table: east carolina pirates football , 1990 - 99

Step 1: Select rows where 'site' is 'legion field birmingham , al'.
date opponent site result attendance
9999-09-05 virginia tech lane stadium blacksburg , va l3 - 38 48134
9999-09-12 chattanooga dowdy - ficklen stadium greenville , nc w31 - 0 34028
9999-09-19 ohio peden stadium athens , oh w21 - 14 19186
9999-10-03 army dowdy - ficklen stadium greenville , nc w30 - 25 40607
9999-10-10 uab dowdy - ficklen stadium greenville , nc w26 - 7 31002
9999-10-17 alabama legion field birmingham , al l22 - 23 80079
9999-10-24 southern miss mm roberts stadium hattiesburg , ms l7 - 41 24020
9999-10-31 houston dowdy - ficklen stadium greenville , nc l31 - 34 26821
9999-11-05 cincinnati nippert stadium cincinnati , oh w24 - 21 19098
9999-11-14 louisville dowdy - ficklen stadium greenville , nc l45 - 63 26258
9999-11-21 memphis liberty bowl memorial stadium memphis , tn w34 - 31 16052
9999-01-01 all times are in eastern all times are in eastern all times are in eastern all times are in eastern

Step 2: Select rows where 'opponent' is 'uab'.
date opponent site result attendance
9999-10-17 alabama legion field birmingham , al l22 - 23 80079

Step 3: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.
date opponent site result attendance

Final output table:
verification_result
FALSE

Prediction: FALSE