Generated steps
Step 1: Select rows where the 'home_team' is 'collingwood'.
Step 2: Select rows where the 'home_team' is 'geelong'.
Step 3: Extract the numerical home team score from the 'home_team_score' column for collingwood then add column 'collingwood_score' to existing table.
Step 4: Extract the numerical home team score from the 'home_team_score' column for geelong then add column 'geelong_score' to existing table.
Step 5: Select rows where 'collingwood_score' is three times higher than 'geelong_score'.
Step 6: Use a `CASE` statement to return TRUE if the number of rows is equal to 1, otherwise return FALSE.