SQL select latest row from table

Updated: 22th December 2019
Tags: sql

SELECT * FROM my_table ORDER BY id DESC LIMIT 1;