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
What is the command used to fetch first 5 characters of the string?
how to calculate the difference between two dates? : Sql dba
What is the difference between database trigger and stored procedure?
How to start oracle sql developer?
What is cross join sql?
What is offset in sql query?
What is basic structure of pl sql?
What is a temporal table?
What is the need of a partition key?
What is the purpose of primary key?
Is sql easier than java?
what is a scheduled jobs or what is a scheduled tasks? : Sql dba
What are the commands used in sql?
Is sql a scripting language?
What is java sql connection?