Consider following tables:
PLAYER(Name,Country,Age)
P_DATA(Name,M_Date,Runs,Wickets,Catches,Against)
1)List players who have played against all countries
2)For each country, list the player who have scored maximum runs, taken maximum wickets in a match
Please provide sql coding to solve these queries