Dapatkan nomor terbesar di SQL Database

SELECT year, MAX(items) AS max_items
FROM product
GROUP BY year;
bilalahmed-dev.azeemlab.com
bilalahmed_dev