Last record can be added to a table and this can be done by –
Select * from (select * from employees order by rownum desc) where rownum<2;