How to display last 5 records in a table ?
With out Top key word and doing order by desc
Advance thanks
Answers were Sorted based on User's Feedback
Answer / madhu
this is can acheieve by following query
select * from(select rowunum r,e.*from emp e) where
r>(select count(*)-5 from emp);
| Is This Answer Correct ? | 4 Yes | 1 No |
Answer / priyank
select * from emp
minus
select * from emp where rownum <= (select max(rownum)-5
from emp)
| Is This Answer Correct ? | 1 Yes | 0 No |
how to load rows into fact table in data warehouse
What are the join types in joiner transformation?
What are the differences between oltp and olap?
Kimball and Inmon methodologies?
What are the static cache and dynamic cache in informatica?
What are the issues that you have faced while moving your project from the Test Environment to the Production Environment?
If one flat file contains n number of records., we have to load the records in target from 51 to 100.. how to use expressions in Informatica..?
What is option by which we can run all the sessions in a batch simultaneously?
There are 4 source files which contains same metadata create target that should display the file name along with record please send answer with mapping
how can we load starting with 11th record of a table from source to target
How will u find weather dimension table is big in size of a fact table?
how the server recognises , if the session fails after loading the 100 records in to the target