Write a query to get last 10 records from the table.
Answer Posted / hussain
select * from emp minus select * from emp where rownum<=
(select count(*)-10 from emp);
| Is This Answer Correct ? | 0 Yes | 3 No |
Post New Answer View All Answers
How do I save a sql query?
What are the constraints available in sql?
What are the query optimization techniques?
Can we use two order by clause in query?
what is user defined functions? : Sql dba
what is the difference between join and union? : Sql dba
What is natural join in sql?
How many sql are there?
What is dense_rank?
What is the difference between in and between in sql?
When you have to use a default "rollback to" savepoint of plvlog?
What is an index in sql with example?
Why is theta join required?
How to write a single statement that concatenates the words ?hello? And ?world? And assign it in a variable named greeting?
What does plv msg allows you to do?