Write a query to get last 10 records from the table.
Answer Posted / nzabin
select PO_header_id from (select PO_header_id from PO_HEADERS_ALL order by PO_header_id
desc) where rownum <=10 order by PO_header_id;
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What is the usage of when clause in trigger?
What is meaning of <> in sql?
Can we use two order by clause in query?
How do you respond to dementia behavior?
Explain what is sql*plus?
how to increment dates by 1 in mysql? : Sql dba
what is the difference between char and varchar data types? : Sql dba
What is cursor explain with example?
What is the difference between in and between in sql?
explain commit and rollback in mysql : sql dba
Is pl sql a scripting language?
What is rank function in sql?
How to load data with sql*loader?
What are the parts of a basic sql query?
what are the authentication modes in sql server? : Sql dba