what is the querry to get first 10 records from the emp
table?(emp no is the primary key)
Answer Posted / sunil
select * from emp where rownum<=10;
or
select * from (select rowid ri,e.* from emp e order by ri)
where ri<=10;
| Is This Answer Correct ? | 1 Yes | 0 No |
Post New Answer View All Answers
PURCHASE ORDER TO PAYABLES WHAT ENTREIS WILL HAVE
default triggers available for reports
we have 10 concurrent programs under one request group out of 10 ccps all users submitting only 9 programs from srs window remaining one ccp for specific user how can it possible send me answer asap.
How would you determine what sessions are connected and what resources they are waiting for?
Difference between negative and positive adjustments : oracle accounts receivable
Differentiate between standard remittance and bills receivable remittance : oracle accounts receivable
What is the disk migration? what is the steps involved in oracle disk migration?
My requirement is like in database some defects are present and i need to clean them.To be brief for example every employee should have active assigments.So for those records which are not having status as active or null ,i need to update the roecords using API with the correct value. Client will provide a flat file for the records whch are defected.So i need to run the API for those records (flat file)and update the data in database. So my question is how to handle this requirement.Is there any existing API for this purpose?If yes then please send me the NAME. How to update the records in the database using flatfile. Any pointer will be appreciated.Thanks in advance.
Can you explain how to adjust the amount of advance already received against an invoice? : oracle accounts receivable
how to write customizations in po
WHAT ARE TEMPLATES?EXPLAIN WHAT YOU HAVE CREATED?
What is mrc and what is its use? : oracle accounts receivable
what are the tools used for oracle 10g in real time.
How do you create a credit note against an invoice? : oracle accounts receivable
what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable