#Where the the column name is "ID" and table name is "tablename" and ID naming is increasing numerical value. SELECT * FROM tablename WHERE ID = ( SELECT MAX(ID) FROM Table)