Can SQLyog help me do this:
Database for sports team:
Have a fixtures table: unique id, home team, away team, team scores, venue etc
Have a players table: squad no, name, position, goals scored, assists
I want to add goal scorers and assists to each fixture and keep a running total that can be displayed for each player, i.e. total goals scored, total no of assists, should I be creating a separate table for each player?
Thanks