what is the querry to get first 10 records from the emp
table?(emp no is the primary key)

Answer Posted / karthik

select * from emp
where rownum <=10;

or

select * from (select rownum r,emp.* from emp)
where
r between 1 and 10;

Is This Answer Correct ?    8 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Are These Dff's Flexible?

737


A scenario for amount correction & how to use amount correction functionality in AP invoices

1648


what are the API of GL,PO,AP

1774


What is auto accounting what are the steps for setting up auto accounting? : oracle accounts receivable

714


Hi, I want to know basic information about Oracle HRMS and the institutes in hyderabad or the best faculty as i want to make my career in it.And also want to know may a person from non technical background be able to do this course. Regards, Swetha

1957






What is Tax Categories?

1626


What is the difference between recovery and restoring of the oracle database?

659


What are different types of receipt reversals ? Explain them : oracle accounts receivable

723


what are the interface and api table for receipts conversion in oracle receivables? : oracle accounts receivable

641


What is mrc and what is its use? : oracle accounts receivable

629


what are basic modules required to implement oracle application in any oraganisation?

1701


Explain the process of recievables in oracle financials. : oracle accounts receivable

656


What is Restricted Mode of Instance Startup in Oracle?

673


What view would you use to determine free space in a tablespace?

1781


Differentiate between unidentified receipt, unapplied receipts and on account receipts? : oracle accounts receivable

1237