Write a query to get last 10 records from the table.
Answer Posted / chandrakishan
select * from emp where rownum>=
(select count(*)-10 from emp);
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
How do I run a pl sql program?
How to select unique records from a table?
How to display the current date in sql?
Is sql a backend language?
Can we create clustered index without primary key?
What are the ways on commenting in a pl/sql code?
How does cross join work?
What is the best sql course?
How do I make sql search faster?
What is java sql driver?
Are subqueries better than joins?
Is sql easier than java?
What is minus?
What is pl sql quora?
What is cursor and why it is required?