From the matches table, list matches in which both teams scored at least 1 — that is, host_team_score is 1 or more and guest_team_score is 1 or more.
Return these columns: match_num, match_date, host_team_score, guest_team_score.
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan