To get Last 10 records from SQL table you can get idea from below example. You can try that by rounum condition.   select * from emp minus select * from emp where rownum<=(select count(*)-10 from emp);   or you can try this also.   select * from (  select * from emp   order by empno desc) where rownum<=10  
ERP Project Management,Asp.net,PL SQL Tips for error resolution,Research,Software Errors and solution,SQL 2014,2012,2008,Procedural language,SP,Power BI,excel macro ,Musical notations,Business software,Degree, diploma related informations.