Select the newest game's name under an alias, with SELECT name, AS and the alias newest.
name
SELECT name
AS
newest
Make sure to type SELECT name AS newest.
SELECT name AS newest