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


Please Help Members By Posting Answers For Below Questions

what are all the conversion and interfaces in GL,AP,AR,HRMS with example? otherwise send send link for these

1845


What are the advantages of operating a database in ARCHIVELOG mode over operating it in NO ARCHIVELOG mode in Oracle?

840


I've got a database 10g and Form version 5.0 but unable to connect. Does Oracle 10g database supports form 4.5

2274


as a technical developer in oracle applications which type errors feced in your experience sofar

2093


What is Tax Categories?

1821


default triggers available for reports

1948


can u give guidance abt packages of plsql

1842


What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f

4165


What is the use of lockboxes? : oracle accounts receivable

918


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

1506


what is semphore explian it?

2469


Tell me about entire study of finacle software as soon as possible? give me the idea about questions which coulb be asked in interview of pnb it officers?

7677


what is difference between inner join & nested query or subqueries

2698


I need a Technical evaluation between Oracle and SAP ? please do a need ful.

1693


What is the use of transaction flexfield in autoinvoice? : oracle accounts receivable

880