SELECT * FROM table ORDER BY Id DESC LIMIT 1
SELECT * FROM Customers ORDER BY age DESC;
order by statement in sql