Statement: mcville has goose river bridge which is currently under construction due to structural issues

Input Table: list of bridges on the national register of historic places in north dakota

Step 1: Select rows where 'location' is 'mcville'.
name listed location county type
beaver creek bridge 1997-02-27 finley steele pratt through truss
caledonia bridge 1997-02-27 caledonia traill pratt through truss
cedar creek bridge 1997-02-27 haynes adams pratt through truss
colton 's crossing bridge 1997-02-27 lisbon ransom pratt through truss
crystal bridge 1997-05-30 crystal pembina concrete t - beam bridge
eastwood park bridge 1975-04-21 minot ward cantilever type
elliott bridge 1997-02-27 towner mchenry pratt through truss
fairview lift bridge 1997-03-14 cartwright mckenzie railroad lift bridge
grace city bridge 1997-02-27 grace city foster pratt through truss
great northern railway underpass 1997-02-27 stanley mountrail concrete deck girder bridge
knife river bridge near stanton 2001-04-25 stanton mercer pratt through truss
lisbon bridge 1997-02-27 lisbon ransom steel cantilever bean bridge
midland continental overpass 1997-02-27 jamestown stutsman steel cantilever beam bridge
midway bridge 1997-02-27 johnstown grand forks warren bedstead bridge
nesheim bridge 1997-02-27 mcville nelson pratt through truss
new rockford bridge 1997-03-13 new rockford closed to traffic eddy warren through truss bridge
northwood bridge 1997-02-27 northwood grand forks pratt pony truss
norway bridge 1997-02-27 mayville traill pratt pony truss
ost valle bridge 1997-02-27 thompson grand forks pratt through truss
romness bridge 1997-02-27 cooperstown griggs pratt through truss
sorlie memorial bridge 1999-07-19 grand forks grand forks parker through truss bridge
viking bridge 1997-02-27 portland traill pratt through truss
west antelope bridge 1997-02-27 flora benson pratt pony truss bridge
west park bridge 1997-02-27 valley city barnes concrete false arch bridge
westgaard bridge 1997-02-27 voltaire mchenry pratt pony through truss
blanchard bridge 1997-02-27 blanchard traill pratt through truss
goose river bridge 1997-02-27 hillsboro traill pratt through truss
liberty memorial bridge 1997-03-11 removed 2009-03-25 bismarck burleigh warren - turner through truss
porter elliott bridge 1997-02-27 hillsboro traill warren through truss
portland park bridge 2004-09-23 portland traill steel through girder
rainbow arch bridge 2004-09-23 valley city barnes marsh rainbow arch

Step 2: Select rows where 'name' is 'goose river bridge'.
name listed location county type
nesheim bridge 1997-02-27 mcville nelson pratt through truss

Step 3: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.
name listed location county type

Final output table:
verification_result
FALSE

Prediction: FALSE