Generated steps
Step 1: Select rows where 'home_team' is 'collingwood'.
Step 2: Select rows where 'home_team' is 'carlton'.
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 carlton then add column 'carlton_score' to existing table.
Step 5: Select rows where 'collingwood_score' is 3.00 points higher than 'carlton_score'.
Step 6: Use a `CASE` statement to return TRUE if the number of rows is greater than or equal to 1, otherwise return FALSE.