From the matches table, show the margin of each match from the host team's point of view. Return match_num, match_date, host_team_score, guest_team_score, and a computed column score_diff equal to host_team_score minus guest_team_score (this may be negative).
Database schema
primary keyforeign keyarrow points to the referenced columndrag to pan