Statement: greg ostertag played the center position for the jazz from 1995 to 2004 and then from 2005 to 2006

Input Table: utah jazz all - time roster

Step 1: Select rows where 'player' is 'greg ostertag'.
player nationality position years_for_jazz school___club_team
mehmet okur turkey forward - center 2004 - 11 efes pilsen ( turkey )
josã ortiz puerto rico center 1988 - 90 oregon state
greg ostertag united states center 1995 - 2004 , 2005 - 06 kansas
dan o 'sullivan united states center 1990 - 91 fordham
andre owens united states guard 2005 - 06 houston

Step 2: Select rows where 'position' is 'center'.
player nationality position years_for_jazz school___club_team
greg ostertag united states center 1995 - 2004 , 2005 - 06 kansas

Step 3: Select rows where 'years_for_jazz' includes '1995-2004' and '2005-2006'.
player nationality position years_for_jazz school___club_team
greg ostertag united states center 1995 - 2004 , 2005 - 06 kansas

Step 4: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.
player nationality position years_for_jazz school___club_team

verification_result
FALSE