SELECT release_year, country, MAX(budget) AS max_budget, FROM films GROUP BY country ORDER BY release_year;
I cant tell what is wrong with the above query as it keeps returning error
I have looked for errors in spelling. I have also checked the field names against the data.