I am trying to solve the following query; it has 3 tablesTags Tableuser tagsu1 Los Angeles, Real goodu2 Real goodu2 Madridu5 Madrid, Milanu2 Rossoneriu6 Milan, Los Angelesu5 Los AngelesLocation Tableuser_id location_idu1 loc1u2 loc1u3 loc2u4 loc2u5 loc1u6 loc3u7 loc1Country Tablelocation_id countryloc1 Spainloc2 Englandloc3 Spainloc4 USAloc5 Italyloc6 USAloc7 USA
Now I want to write an sql query which displays the most seen tag(s) for each country. How can I achieve this?