what is the querry to get first 10 records from the emp
table?(emp no is the primary key)
Answers were Sorted based on User's Feedback
Answer / 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 |
the user should know to which database he is connected currently in oracle
hi iam looking for HRMS(functional) training inst or person in hyderbad. plz help me its urgent
please send me oracle pl/sql exp resume. and also faqs...
Can we modify approve purchase order?if yes what is navigation?
What is the Difference between the Person_Type_id column in the per_all_people_f and per_person_type_usages_f
Explain prerequisites and post activities of oracle database installation
Explain how to account for bank charges deducted from amount received against an invoice. : oracle accounts receivable
What is the difference between oracle media recovery and crash recovery?
can u tell me how many types of oracle and which type all detail in oracle (suppose all history of oracle )
Hey i want to join oracle apps so will you pls tell me that which institute is best in hyderabad.
What is the use of transaction flexfield in autoinvoice? : oracle accounts receivable
what is domain in database and its benefits?