From the matches table, return the number of matches in which the host team scored strictly more than the guest team (i.e. host_team_score > guest_team_score).
Return a single row with one column aliased as home_wins.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan