how do u get the first record from 50,000 records ?
Answer Posted / amedela chandra sekhar
Select * from(select rownum as rno,emp.* from emp) where rno=&n
EX:
SQL> Select * from(select rownum as rno,emp.* from emp) where rno=&n;
Enter value for n: 1
old 1: Select * from(select rownum as rno,emp.* from emp) where rno=&n
new 1: Select * from(select rownum as rno,emp.* from emp) where rno=1
RNO EMPNO ENAME JOB MGR HIREDATE SAL
---------- ---------- ---------- --------- ---------- --------- ----------
COMM DEPTNO
---------- ----------
1 7369 SMITH CLERK 7902 17-DEC-80 800
20
| Is This Answer Correct ? | 0 Yes | 2 No |
Post New Answer View All Answers
Write the unconnected lookup syntax and how to return more than one column.
Explain dynamic target flat file name generation in informatica
Can we use procedural logic inside infromatica? If yes how, if now how can we use external procedural logic in informatica?
How can we create index after completion of load process?
write a query to retrieve the latest records from the table sorted by version(scd)
How an expression transformation differs from aggregator transformation?
In warehouses how many schemas are there?
Differentiate between reusable transformation and mapplet.
Clarify the aggregator change?
What's the layout of parameter file (what does a parameter file contain?)?
How identifying bottlenecks in various components of informatica and resolving them?
According to his methodology what all you need before you build a datawarehouse
How we can create indexes after completing the loan process?
How to join three sources using joiner?
What is meant by incremental aggregation?