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
which types of join is used in sql widely? : Sql dba
What is view explain with example?
What is difference between function and trigger?
Can you have a foreign key without a primary key?
How do you modify a table in sql?
what is online transaction processing (oltp)? : Sql dba
what is clause? : Sql dba
What are two statement types in sql?
Is sql scripting language?
How do I count duplicates in sql?
What are all the ddl commands?
When can we use the where clause and the having clause?
what is 'mysqld'? : Sql dba
What is difference between inner join and self join?
What is a delimiter in sas?